Class: Aws::MediaLive::Types::Ac3Settings
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::Ac3Settings
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-medialive/types.rb
Overview
Ac3 Settings
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attenuation_control ⇒ String
Applies a 3 dB attenuation to the surround channels.
-
#bitrate ⇒ Float
Average bitrate in bits/second.
-
#bitstream_mode ⇒ String
Specifies the bitstream mode (bsmod) for the emitted AC-3 stream.
-
#coding_mode ⇒ String
Dolby Digital coding mode.
-
#dialnorm ⇒ Integer
Sets the dialnorm for the output.
-
#drc_profile ⇒ String
If set to filmStandard, adds dynamic range compression signaling to the output bitstream as defined in the Dolby Digital specification.
-
#lfe_filter ⇒ String
When set to enabled, applies a 120Hz lowpass filter to the LFE channel prior to encoding.
-
#metadata_control ⇒ String
When set to “followInput”, encoder metadata will be sourced from the DD, DD+, or DolbyE decoder that supplied this audio data.
Instance Attribute Details
#attenuation_control ⇒ String
Applies a 3 dB attenuation to the surround channels. Applies only when the coding mode parameter is CODING_MODE_3_2_LFE.
127 128 129 130 131 132 133 134 135 136 137 138 |
# File 'lib/aws-sdk-medialive/types.rb', line 127 class Ac3Settings < Struct.new( :bitrate, :bitstream_mode, :coding_mode, :dialnorm, :drc_profile, :lfe_filter, :metadata_control, :attenuation_control) SENSITIVE = [] include Aws::Structure end |
#bitrate ⇒ Float
Average bitrate in bits/second. Valid bitrates depend on the coding mode.
127 128 129 130 131 132 133 134 135 136 137 138 |
# File 'lib/aws-sdk-medialive/types.rb', line 127 class Ac3Settings < Struct.new( :bitrate, :bitstream_mode, :coding_mode, :dialnorm, :drc_profile, :lfe_filter, :metadata_control, :attenuation_control) SENSITIVE = [] include Aws::Structure end |
#bitstream_mode ⇒ String
Specifies the bitstream mode (bsmod) for the emitted AC-3 stream. See ATSC A/52-2012 for background on these values.
127 128 129 130 131 132 133 134 135 136 137 138 |
# File 'lib/aws-sdk-medialive/types.rb', line 127 class Ac3Settings < Struct.new( :bitrate, :bitstream_mode, :coding_mode, :dialnorm, :drc_profile, :lfe_filter, :metadata_control, :attenuation_control) SENSITIVE = [] include Aws::Structure end |
#coding_mode ⇒ String
Dolby Digital coding mode. Determines number of channels.
127 128 129 130 131 132 133 134 135 136 137 138 |
# File 'lib/aws-sdk-medialive/types.rb', line 127 class Ac3Settings < Struct.new( :bitrate, :bitstream_mode, :coding_mode, :dialnorm, :drc_profile, :lfe_filter, :metadata_control, :attenuation_control) SENSITIVE = [] include Aws::Structure end |
#dialnorm ⇒ Integer
Sets the dialnorm for the output. If excluded and input audio is Dolby Digital, dialnorm will be passed through.
127 128 129 130 131 132 133 134 135 136 137 138 |
# File 'lib/aws-sdk-medialive/types.rb', line 127 class Ac3Settings < Struct.new( :bitrate, :bitstream_mode, :coding_mode, :dialnorm, :drc_profile, :lfe_filter, :metadata_control, :attenuation_control) SENSITIVE = [] include Aws::Structure end |
#drc_profile ⇒ String
If set to filmStandard, adds dynamic range compression signaling to the output bitstream as defined in the Dolby Digital specification.
127 128 129 130 131 132 133 134 135 136 137 138 |
# File 'lib/aws-sdk-medialive/types.rb', line 127 class Ac3Settings < Struct.new( :bitrate, :bitstream_mode, :coding_mode, :dialnorm, :drc_profile, :lfe_filter, :metadata_control, :attenuation_control) SENSITIVE = [] include Aws::Structure end |
#lfe_filter ⇒ String
When set to enabled, applies a 120Hz lowpass filter to the LFE channel prior to encoding. Only valid in codingMode32Lfe mode.
127 128 129 130 131 132 133 134 135 136 137 138 |
# File 'lib/aws-sdk-medialive/types.rb', line 127 class Ac3Settings < Struct.new( :bitrate, :bitstream_mode, :coding_mode, :dialnorm, :drc_profile, :lfe_filter, :metadata_control, :attenuation_control) SENSITIVE = [] include Aws::Structure end |
#metadata_control ⇒ String
When set to “followInput”, encoder metadata will be sourced from the DD, DD+, or DolbyE decoder that supplied this audio data. If audio was not supplied from one of these streams, then the static metadata settings will be used.
127 128 129 130 131 132 133 134 135 136 137 138 |
# File 'lib/aws-sdk-medialive/types.rb', line 127 class Ac3Settings < Struct.new( :bitrate, :bitstream_mode, :coding_mode, :dialnorm, :drc_profile, :lfe_filter, :metadata_control, :attenuation_control) SENSITIVE = [] include Aws::Structure end |