/AWS1/CL_MDCMP3SETTINGS¶
Required when you set Codec, under AudioDescriptions>CodecSettings, to the value MP3.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_bitrate TYPE /AWS1/MDC__INTEGERMIN16000MA00 /AWS1/MDC__INTEGERMIN16000MA00¶
Specify the average bitrate in bits per second.
iv_channels TYPE /AWS1/MDC__INTEGERMIN1MAX2 /AWS1/MDC__INTEGERMIN1MAX2¶
Specify the number of channels in this output audio track. Choosing Mono gives you 1 output channel; choosing Stereo gives you 2. In the API, valid values are 1 and 2.
iv_ratecontrolmode TYPE /AWS1/MDCMP3RATECONTROLMODE /AWS1/MDCMP3RATECONTROLMODE¶
Specify whether the service encodes this MP3 audio output with a constant bitrate (CBR) or a variable bitrate (VBR).
iv_samplerate TYPE /AWS1/MDC__INTEGERMIN22050MA00 /AWS1/MDC__INTEGERMIN22050MA00¶
Sample rate in Hz.
iv_vbrquality TYPE /AWS1/MDC__INTEGERMIN0MAX9 /AWS1/MDC__INTEGERMIN0MAX9¶
Required when you set Bitrate control mode to VBR. Specify the audio quality of this MP3 output from 0 (highest quality) to 9 (lowest quality).
Queryable Attributes¶
Bitrate¶
Specify the average bitrate in bits per second.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BITRATE() |
Getter for BITRATE, with configurable default |
ASK_BITRATE() |
Getter for BITRATE w/ exceptions if field has no value |
HAS_BITRATE() |
Determine if BITRATE has a value |
Channels¶
Specify the number of channels in this output audio track. Choosing Mono gives you 1 output channel; choosing Stereo gives you 2. In the API, valid values are 1 and 2.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CHANNELS() |
Getter for CHANNELS, with configurable default |
ASK_CHANNELS() |
Getter for CHANNELS w/ exceptions if field has no value |
HAS_CHANNELS() |
Determine if CHANNELS has a value |
RateControlMode¶
Specify whether the service encodes this MP3 audio output with a constant bitrate (CBR) or a variable bitrate (VBR).
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RATECONTROLMODE() |
Getter for RATECONTROLMODE, with configurable default |
ASK_RATECONTROLMODE() |
Getter for RATECONTROLMODE w/ exceptions if field has no val |
HAS_RATECONTROLMODE() |
Determine if RATECONTROLMODE has a value |
SampleRate¶
Sample rate in Hz.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SAMPLERATE() |
Getter for SAMPLERATE, with configurable default |
ASK_SAMPLERATE() |
Getter for SAMPLERATE w/ exceptions if field has no value |
HAS_SAMPLERATE() |
Determine if SAMPLERATE has a value |
VbrQuality¶
Required when you set Bitrate control mode to VBR. Specify the audio quality of this MP3 output from 0 (highest quality) to 9 (lowest quality).
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VBRQUALITY() |
Getter for VBRQUALITY, with configurable default |
ASK_VBRQUALITY() |
Getter for VBRQUALITY w/ exceptions if field has no value |
HAS_VBRQUALITY() |
Determine if VBRQUALITY has a value |