Class: Aws::MediaLive::Types::AudioDescription

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-medialive/types.rb

Overview

Audio Description

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#audio_normalization_settingsTypes::AudioNormalizationSettings

Advanced audio normalization settings.



435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
# File 'lib/aws-sdk-medialive/types.rb', line 435

class AudioDescription < Struct.new(
  :audio_normalization_settings,
  :audio_selector_name,
  :audio_type,
  :audio_type_control,
  :audio_watermarking_settings,
  :codec_settings,
  :language_code,
  :language_code_control,
  :name,
  :remix_settings,
  :stream_name)
  SENSITIVE = []
  include Aws::Structure
end

#audio_selector_nameString

The name of the AudioSelector used as the source for this AudioDescription.

Returns:

  • (String)


435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
# File 'lib/aws-sdk-medialive/types.rb', line 435

class AudioDescription < Struct.new(
  :audio_normalization_settings,
  :audio_selector_name,
  :audio_type,
  :audio_type_control,
  :audio_watermarking_settings,
  :codec_settings,
  :language_code,
  :language_code_control,
  :name,
  :remix_settings,
  :stream_name)
  SENSITIVE = []
  include Aws::Structure
end

#audio_typeString

Applies only if audioTypeControl is useConfigured. The values for audioType are defined in ISO-IEC 13818-1.

Returns:

  • (String)


435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
# File 'lib/aws-sdk-medialive/types.rb', line 435

class AudioDescription < Struct.new(
  :audio_normalization_settings,
  :audio_selector_name,
  :audio_type,
  :audio_type_control,
  :audio_watermarking_settings,
  :codec_settings,
  :language_code,
  :language_code_control,
  :name,
  :remix_settings,
  :stream_name)
  SENSITIVE = []
  include Aws::Structure
end

#audio_type_controlString

Determines how audio type is determined. followInput: If the input contains an ISO 639 audioType, then that value is passed through to the output. If the input contains no ISO 639 audioType, the value in Audio Type is included in the output. useConfigured: The value in Audio Type is included in the output. Note that this field and audioType are both ignored if inputType is broadcasterMixedAd.

Returns:

  • (String)


435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
# File 'lib/aws-sdk-medialive/types.rb', line 435

class AudioDescription < Struct.new(
  :audio_normalization_settings,
  :audio_selector_name,
  :audio_type,
  :audio_type_control,
  :audio_watermarking_settings,
  :codec_settings,
  :language_code,
  :language_code_control,
  :name,
  :remix_settings,
  :stream_name)
  SENSITIVE = []
  include Aws::Structure
end

#audio_watermarking_settingsTypes::AudioWatermarkSettings

Settings to configure one or more solutions that insert audio watermarks in the audio encode



435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
# File 'lib/aws-sdk-medialive/types.rb', line 435

class AudioDescription < Struct.new(
  :audio_normalization_settings,
  :audio_selector_name,
  :audio_type,
  :audio_type_control,
  :audio_watermarking_settings,
  :codec_settings,
  :language_code,
  :language_code_control,
  :name,
  :remix_settings,
  :stream_name)
  SENSITIVE = []
  include Aws::Structure
end

#codec_settingsTypes::AudioCodecSettings

Audio codec settings.



435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
# File 'lib/aws-sdk-medialive/types.rb', line 435

class AudioDescription < Struct.new(
  :audio_normalization_settings,
  :audio_selector_name,
  :audio_type,
  :audio_type_control,
  :audio_watermarking_settings,
  :codec_settings,
  :language_code,
  :language_code_control,
  :name,
  :remix_settings,
  :stream_name)
  SENSITIVE = []
  include Aws::Structure
end

#language_codeString

RFC 5646 language code representing the language of the audio output track. Only used if languageControlMode is useConfigured, or there is no ISO 639 language code specified in the input.

Returns:

  • (String)


435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
# File 'lib/aws-sdk-medialive/types.rb', line 435

class AudioDescription < Struct.new(
  :audio_normalization_settings,
  :audio_selector_name,
  :audio_type,
  :audio_type_control,
  :audio_watermarking_settings,
  :codec_settings,
  :language_code,
  :language_code_control,
  :name,
  :remix_settings,
  :stream_name)
  SENSITIVE = []
  include Aws::Structure
end

#language_code_controlString

Choosing followInput will cause the ISO 639 language code of the output to follow the ISO 639 language code of the input. The languageCode will be used when useConfigured is set, or when followInput is selected but there is no ISO 639 language code specified by the input.

Returns:

  • (String)


435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
# File 'lib/aws-sdk-medialive/types.rb', line 435

class AudioDescription < Struct.new(
  :audio_normalization_settings,
  :audio_selector_name,
  :audio_type,
  :audio_type_control,
  :audio_watermarking_settings,
  :codec_settings,
  :language_code,
  :language_code_control,
  :name,
  :remix_settings,
  :stream_name)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of this AudioDescription. Outputs will use this name to uniquely identify this AudioDescription. Description names should be unique within this Live Event.

Returns:

  • (String)


435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
# File 'lib/aws-sdk-medialive/types.rb', line 435

class AudioDescription < Struct.new(
  :audio_normalization_settings,
  :audio_selector_name,
  :audio_type,
  :audio_type_control,
  :audio_watermarking_settings,
  :codec_settings,
  :language_code,
  :language_code_control,
  :name,
  :remix_settings,
  :stream_name)
  SENSITIVE = []
  include Aws::Structure
end

#remix_settingsTypes::RemixSettings

Settings that control how input audio channels are remixed into the output audio channels.



435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
# File 'lib/aws-sdk-medialive/types.rb', line 435

class AudioDescription < Struct.new(
  :audio_normalization_settings,
  :audio_selector_name,
  :audio_type,
  :audio_type_control,
  :audio_watermarking_settings,
  :codec_settings,
  :language_code,
  :language_code_control,
  :name,
  :remix_settings,
  :stream_name)
  SENSITIVE = []
  include Aws::Structure
end

#stream_nameString

Used for MS Smooth and Apple HLS outputs. Indicates the name displayed by the player (eg. English, or Director Commentary).

Returns:

  • (String)


435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
# File 'lib/aws-sdk-medialive/types.rb', line 435

class AudioDescription < Struct.new(
  :audio_normalization_settings,
  :audio_selector_name,
  :audio_type,
  :audio_type_control,
  :audio_watermarking_settings,
  :codec_settings,
  :language_code,
  :language_code_control,
  :name,
  :remix_settings,
  :stream_name)
  SENSITIVE = []
  include Aws::Structure
end