Class: Aws::MediaLive::Types::AudioDescription
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::AudioDescription
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-medialive/types.rb
Overview
Audio Description
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#audio_dash_roles ⇒ Array<String>
Identifies the DASH roles to assign to this audio output.
-
#audio_normalization_settings ⇒ Types::AudioNormalizationSettings
Advanced audio normalization settings.
-
#audio_selector_name ⇒ String
The name of the AudioSelector used as the source for this AudioDescription.
-
#audio_type ⇒ String
Applies only if audioTypeControl is useConfigured.
-
#audio_type_control ⇒ String
Determines how audio type is determined.
-
#audio_watermarking_settings ⇒ Types::AudioWatermarkSettings
Settings to configure one or more solutions that insert audio watermarks in the audio encode.
-
#codec_settings ⇒ Types::AudioCodecSettings
Audio codec settings.
-
#dvb_dash_accessibility ⇒ String
Identifies DVB DASH accessibility signaling in this audio output.
-
#language_code ⇒ String
RFC 5646 language code representing the language of the audio output track.
-
#language_code_control ⇒ String
Choosing followInput will cause the ISO 639 language code of the output to follow the ISO 639 language code of the input.
-
#name ⇒ String
The name of this AudioDescription.
-
#remix_settings ⇒ Types::RemixSettings
Settings that control how input audio channels are remixed into the output audio channels.
-
#stream_name ⇒ String
Used for MS Smooth and Apple HLS outputs.
Instance Attribute Details
#audio_dash_roles ⇒ Array<String>
Identifies the DASH roles to assign to this audio output. Applies only when the audio output is configured for DVB DASH accessibility signaling.
457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 |
# File 'lib/aws-sdk-medialive/types.rb', line 457 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, :audio_dash_roles, :dvb_dash_accessibility) SENSITIVE = [] include Aws::Structure end |
#audio_normalization_settings ⇒ Types::AudioNormalizationSettings
Advanced audio normalization settings.
457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 |
# File 'lib/aws-sdk-medialive/types.rb', line 457 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, :audio_dash_roles, :dvb_dash_accessibility) SENSITIVE = [] include Aws::Structure end |
#audio_selector_name ⇒ String
The name of the AudioSelector used as the source for this AudioDescription.
457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 |
# File 'lib/aws-sdk-medialive/types.rb', line 457 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, :audio_dash_roles, :dvb_dash_accessibility) SENSITIVE = [] include Aws::Structure end |
#audio_type ⇒ String
Applies only if audioTypeControl is useConfigured. The values for audioType are defined in ISO-IEC 13818-1.
457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 |
# File 'lib/aws-sdk-medialive/types.rb', line 457 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, :audio_dash_roles, :dvb_dash_accessibility) SENSITIVE = [] include Aws::Structure end |
#audio_type_control ⇒ String
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.
457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 |
# File 'lib/aws-sdk-medialive/types.rb', line 457 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, :audio_dash_roles, :dvb_dash_accessibility) SENSITIVE = [] include Aws::Structure end |
#audio_watermarking_settings ⇒ Types::AudioWatermarkSettings
Settings to configure one or more solutions that insert audio watermarks in the audio encode
457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 |
# File 'lib/aws-sdk-medialive/types.rb', line 457 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, :audio_dash_roles, :dvb_dash_accessibility) SENSITIVE = [] include Aws::Structure end |
#codec_settings ⇒ Types::AudioCodecSettings
Audio codec settings.
457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 |
# File 'lib/aws-sdk-medialive/types.rb', line 457 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, :audio_dash_roles, :dvb_dash_accessibility) SENSITIVE = [] include Aws::Structure end |
#dvb_dash_accessibility ⇒ String
Identifies DVB DASH accessibility signaling in this audio output. Used in Microsoft Smooth Streaming outputs to signal accessibility information to packagers.
457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 |
# File 'lib/aws-sdk-medialive/types.rb', line 457 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, :audio_dash_roles, :dvb_dash_accessibility) SENSITIVE = [] include Aws::Structure end |
#language_code ⇒ String
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.
457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 |
# File 'lib/aws-sdk-medialive/types.rb', line 457 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, :audio_dash_roles, :dvb_dash_accessibility) SENSITIVE = [] include Aws::Structure end |
#language_code_control ⇒ String
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.
457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 |
# File 'lib/aws-sdk-medialive/types.rb', line 457 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, :audio_dash_roles, :dvb_dash_accessibility) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of this AudioDescription. Outputs will use this name to uniquely identify this AudioDescription. Description names should be unique within this Live Event.
457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 |
# File 'lib/aws-sdk-medialive/types.rb', line 457 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, :audio_dash_roles, :dvb_dash_accessibility) SENSITIVE = [] include Aws::Structure end |
#remix_settings ⇒ Types::RemixSettings
Settings that control how input audio channels are remixed into the output audio channels.
457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 |
# File 'lib/aws-sdk-medialive/types.rb', line 457 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, :audio_dash_roles, :dvb_dash_accessibility) SENSITIVE = [] include Aws::Structure end |
#stream_name ⇒ String
Used for MS Smooth and Apple HLS outputs. Indicates the name displayed by the player (eg. English, or Director Commentary).
457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 |
# File 'lib/aws-sdk-medialive/types.rb', line 457 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, :audio_dash_roles, :dvb_dash_accessibility) SENSITIVE = [] include Aws::Structure end |