You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::MediaConvert::Types::Mp3SettingsWhen passing Mp3Settings as input to an Aws::Client method, you can use a vanilla Hash:
{
bitrate: 1,
channels: 1,
rate_control_mode: "CBR", sample_rate: 1,
vbr_quality: 1,
}
Required when you set Codec, under AudioDescriptions>CodecSettings, to the value MP3.
Returned by:
Instance Attribute Summary collapseSpecify the average bitrate in bits per second.
Specify the number of channels in this output audio track.
Specify whether the service encodes this MP3 audio output with a constant bitrate (CBR) or a variable bitrate (VBR).
Sample rate in hz.
Required when you set Bitrate control mode (rateControlMode) to VBR.
Specify the average bitrate in bits per second.
#channels ⇒ IntegerSpecify 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.
#rate_control_mode ⇒ StringSpecify whether the service encodes this MP3 audio output with a constant bitrate (CBR) or a variable bitrate (VBR).
Possible values:
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).
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4