class Aws::MediaLive::Types::Ac3Settings

Ac3 Settings

@note When making an API call, you may pass Ac3Settings

data as a hash:

    {
      bitrate: 1.0,
      bitstream_mode: "COMMENTARY", # accepts COMMENTARY, COMPLETE_MAIN, DIALOGUE, EMERGENCY, HEARING_IMPAIRED, MUSIC_AND_EFFECTS, VISUALLY_IMPAIRED, VOICE_OVER
      coding_mode: "CODING_MODE_1_0", # accepts CODING_MODE_1_0, CODING_MODE_1_1, CODING_MODE_2_0, CODING_MODE_3_2_LFE
      dialnorm: 1,
      drc_profile: "FILM_STANDARD", # accepts FILM_STANDARD, NONE
      lfe_filter: "DISABLED", # accepts DISABLED, ENABLED
      metadata_control: "FOLLOW_INPUT", # accepts FOLLOW_INPUT, USE_CONFIGURED
    }

@!attribute [rw] bitrate

Average bitrate in bits/second. Valid bitrates depend on the coding
mode.
@return [Float]

@!attribute [rw] bitstream_mode

Specifies the bitstream mode (bsmod) for the emitted AC-3 stream.
See ATSC A/52-2012 for background on these values.
@return [String]

@!attribute [rw] coding_mode

Dolby Digital coding mode. Determines number of channels.
@return [String]

@!attribute [rw] dialnorm

Sets the dialnorm for the output. If excluded and input audio is
Dolby Digital, dialnorm will be passed through.
@return [Integer]

@!attribute [rw] drc_profile

If set to filmStandard, adds dynamic range compression signaling to
the output bitstream as defined in the Dolby Digital specification.
@return [String]

@!attribute [rw] lfe_filter

When set to enabled, applies a 120Hz lowpass filter to the LFE
channel prior to encoding. Only valid in codingMode32Lfe mode.
@return [String]

@!attribute [rw] metadata_control

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.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/Ac3Settings AWS API Documentation

Constants

SENSITIVE