class Aws::MediaConvert::Types::Mp2Settings

Required when you set (Codec) under (AudioDescriptions)>(CodecSettings) to the value MP2.

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

data as a hash:

    {
      bitrate: 1,
      channels: 1,
      sample_rate: 1,
    }

@!attribute [rw] bitrate

Specify the average bitrate in bits per second.
@return [Integer]

@!attribute [rw] channels

Set Channels to specify the number of channels in this output audio
track. Choosing Mono in the console will give you 1 output channel;
choosing Stereo will give you 2. In the API, valid values are 1 and
2.
@return [Integer]

@!attribute [rw] sample_rate

Sample rate in hz.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/Mp2Settings AWS API Documentation

Constants

SENSITIVE