public static interface Mp3Settings.Builder extends SdkPojo, CopyableBuilder<Mp3Settings.Builder,Mp3Settings>
Modifier and Type | Method and Description |
---|---|
Mp3Settings.Builder |
bitrate(Integer bitrate)
Specify the average bitrate in bits per second.
|
Mp3Settings.Builder |
channels(Integer channels)
Specify the number of channels in this output audio track.
|
Mp3Settings.Builder |
rateControlMode(Mp3RateControlMode rateControlMode)
Specify whether the service encodes this MP3 audio output with a constant bitrate (CBR) or a variable bitrate
(VBR).
|
Mp3Settings.Builder |
rateControlMode(String rateControlMode)
Specify whether the service encodes this MP3 audio output with a constant bitrate (CBR) or a variable bitrate
(VBR).
|
Mp3Settings.Builder |
sampleRate(Integer sampleRate)
Sample rate in hz.
|
Mp3Settings.Builder |
vbrQuality(Integer vbrQuality)
Required when you set Bitrate control mode (rateControlMode) to VBR.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
Mp3Settings.Builder bitrate(Integer bitrate)
bitrate
- Specify the average bitrate in bits per second.Mp3Settings.Builder channels(Integer channels)
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.Mp3Settings.Builder rateControlMode(String rateControlMode)
rateControlMode
- Specify whether the service encodes this MP3 audio output with a constant bitrate (CBR) or a variable
bitrate (VBR).Mp3RateControlMode
,
Mp3RateControlMode
Mp3Settings.Builder rateControlMode(Mp3RateControlMode rateControlMode)
rateControlMode
- Specify whether the service encodes this MP3 audio output with a constant bitrate (CBR) or a variable
bitrate (VBR).Mp3RateControlMode
,
Mp3RateControlMode
Mp3Settings.Builder sampleRate(Integer sampleRate)
sampleRate
- Sample rate in hz.Mp3Settings.Builder vbrQuality(Integer vbrQuality)
vbrQuality
- 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).Copyright © 2020. All rights reserved.