Class: Aws::MediaLive::Types::AacSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::AacSettings
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-medialive/types.rb
Overview
Aac Settings
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bitrate ⇒ Float
Average bitrate in bits/second.
-
#coding_mode ⇒ String
Mono, Stereo, or 5.1 channel layout.
-
#input_type ⇒ String
Set to “broadcasterMixedAd” when input contains pre-mixed main audio + AD (narration) as a stereo pair.
-
#profile ⇒ String
AAC Profile.
-
#rate_control_mode ⇒ String
Rate Control Mode.
-
#raw_format ⇒ String
Sets LATM / LOAS AAC output for raw containers.
-
#sample_rate ⇒ Float
Sample rate in Hz.
-
#spec ⇒ String
Use MPEG-2 AAC audio instead of MPEG-4 AAC audio for raw or MPEG-2 Transport Stream containers.
-
#vbr_quality ⇒ String
VBR Quality Level - Only used if rateControlMode is VBR.
Instance Attribute Details
#bitrate ⇒ Float
Average bitrate in bits/second. Valid values depend on rate control mode and profile.
68 69 70 71 72 73 74 75 76 77 78 79 80 |
# File 'lib/aws-sdk-medialive/types.rb', line 68 class AacSettings < Struct.new( :bitrate, :coding_mode, :input_type, :profile, :rate_control_mode, :raw_format, :sample_rate, :spec, :vbr_quality) SENSITIVE = [] include Aws::Structure end |
#coding_mode ⇒ String
Mono, Stereo, or 5.1 channel layout. Valid values depend on rate control mode and profile. The adReceiverMix setting receives a stereo description plus control track and emits a mono AAC encode of the description track, with control data emitted in the PES header as per ETSI TS 101 154 Annex E.
68 69 70 71 72 73 74 75 76 77 78 79 80 |
# File 'lib/aws-sdk-medialive/types.rb', line 68 class AacSettings < Struct.new( :bitrate, :coding_mode, :input_type, :profile, :rate_control_mode, :raw_format, :sample_rate, :spec, :vbr_quality) SENSITIVE = [] include Aws::Structure end |
#input_type ⇒ String
Set to “broadcasterMixedAd” when input contains pre-mixed main audio + AD (narration) as a stereo pair. The Audio Type field (audioType) will be set to 3, which signals to downstream systems that this stream contains “broadcaster mixed AD”. Note that the input received by the encoder must contain pre-mixed audio; the encoder does not perform the mixing. The values in audioTypeControl and audioType (in AudioDescription) are ignored when set to broadcasterMixedAd. Leave set to “normal” when input does not contain pre-mixed audio + AD.
68 69 70 71 72 73 74 75 76 77 78 79 80 |
# File 'lib/aws-sdk-medialive/types.rb', line 68 class AacSettings < Struct.new( :bitrate, :coding_mode, :input_type, :profile, :rate_control_mode, :raw_format, :sample_rate, :spec, :vbr_quality) SENSITIVE = [] include Aws::Structure end |
#profile ⇒ String
AAC Profile.
68 69 70 71 72 73 74 75 76 77 78 79 80 |
# File 'lib/aws-sdk-medialive/types.rb', line 68 class AacSettings < Struct.new( :bitrate, :coding_mode, :input_type, :profile, :rate_control_mode, :raw_format, :sample_rate, :spec, :vbr_quality) SENSITIVE = [] include Aws::Structure end |
#rate_control_mode ⇒ String
Rate Control Mode.
68 69 70 71 72 73 74 75 76 77 78 79 80 |
# File 'lib/aws-sdk-medialive/types.rb', line 68 class AacSettings < Struct.new( :bitrate, :coding_mode, :input_type, :profile, :rate_control_mode, :raw_format, :sample_rate, :spec, :vbr_quality) SENSITIVE = [] include Aws::Structure end |
#raw_format ⇒ String
Sets LATM / LOAS AAC output for raw containers.
68 69 70 71 72 73 74 75 76 77 78 79 80 |
# File 'lib/aws-sdk-medialive/types.rb', line 68 class AacSettings < Struct.new( :bitrate, :coding_mode, :input_type, :profile, :rate_control_mode, :raw_format, :sample_rate, :spec, :vbr_quality) SENSITIVE = [] include Aws::Structure end |
#sample_rate ⇒ Float
Sample rate in Hz. Valid values depend on rate control mode and profile.
68 69 70 71 72 73 74 75 76 77 78 79 80 |
# File 'lib/aws-sdk-medialive/types.rb', line 68 class AacSettings < Struct.new( :bitrate, :coding_mode, :input_type, :profile, :rate_control_mode, :raw_format, :sample_rate, :spec, :vbr_quality) SENSITIVE = [] include Aws::Structure end |
#spec ⇒ String
Use MPEG-2 AAC audio instead of MPEG-4 AAC audio for raw or MPEG-2 Transport Stream containers.
68 69 70 71 72 73 74 75 76 77 78 79 80 |
# File 'lib/aws-sdk-medialive/types.rb', line 68 class AacSettings < Struct.new( :bitrate, :coding_mode, :input_type, :profile, :rate_control_mode, :raw_format, :sample_rate, :spec, :vbr_quality) SENSITIVE = [] include Aws::Structure end |
#vbr_quality ⇒ String
VBR Quality Level - Only used if rateControlMode is VBR.
68 69 70 71 72 73 74 75 76 77 78 79 80 |
# File 'lib/aws-sdk-medialive/types.rb', line 68 class AacSettings < Struct.new( :bitrate, :coding_mode, :input_type, :profile, :rate_control_mode, :raw_format, :sample_rate, :spec, :vbr_quality) SENSITIVE = [] include Aws::Structure end |