A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.aws.amazon.com/sdkforruby/api/Aws/MediaConvert/Types/Mp3Settings.html below:

Mp3Settings — AWS SDK for Ruby V2

You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::MediaConvert::Types::Mp3Settings
Inherits:
Struct show all
Defined in:
(unknown)
Overview Note:

When 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 collapse Instance Attribute Details #bitrate ⇒ Integer

Specify the average bitrate in bits per second.

#channels ⇒ Integer

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.

#rate_control_mode ⇒ String

Specify whether the service encodes this MP3 audio output with a constant bitrate (CBR) or a variable bitrate (VBR).

Possible values:

#vbr_quality ⇒ Integer

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