class Aws::MediaConvert::Types::Mp3Settings
Required when you set Codec, under AudioDescriptions>CodecSettings, to the value MP3.
@note When making an API call, you may pass Mp3Settings
data as a hash: { bitrate: 1, channels: 1, rate_control_mode: "CBR", # accepts CBR, VBR sample_rate: 1, vbr_quality: 1, }
@!attribute [rw] bitrate
Specify the average bitrate in bits per second. @return [Integer]
@!attribute [rw] channels
Specify the number of channels in this output audio track. Choosing Mono on the console gives you 1 output channel; choosing Stereo gives you 2. In the API, valid values are 1 and 2. @return [Integer]
@!attribute [rw] rate_control_mode
Specify whether the service encodes this MP3 audio output with a constant bitrate (CBR) or a variable bitrate (VBR). @return [String]
@!attribute [rw] sample_rate
Sample rate in hz. @return [Integer]
@!attribute [rw] vbr_quality
Required when you set Bitrate control mode (rateControlMode) to VBR. Specify the audio quality of this MP3 output from 0 (highest quality) to 9 (lowest quality). @return [Integer]
@see docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/Mp3Settings AWS API Documentation
Constants
- SENSITIVE