/AWS1/CL_MDCFLACSETTINGS¶
Required when you set Codec, under AudioDescriptions>CodecSettings, to the value FLAC.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_bitdepth TYPE /AWS1/MDC__INTEGERMIN16MAX24 /AWS1/MDC__INTEGERMIN16MAX24¶
Specify Bit depth (BitDepth), in bits per sample, to choose the encoding quality for this audio track.
iv_channels TYPE /AWS1/MDC__INTEGERMIN1MAX8 /AWS1/MDC__INTEGERMIN1MAX8¶
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 between 1 and 8.
iv_samplerate TYPE /AWS1/MDC__INTEGERMIN22050MA01 /AWS1/MDC__INTEGERMIN22050MA01¶
Sample rate in Hz.
Queryable Attributes¶
BitDepth¶
Specify Bit depth (BitDepth), in bits per sample, to choose the encoding quality for this audio track.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BITDEPTH() |
Getter for BITDEPTH, with configurable default |
ASK_BITDEPTH() |
Getter for BITDEPTH w/ exceptions if field has no value |
HAS_BITDEPTH() |
Determine if BITDEPTH has a value |
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 between 1 and 8.
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 |
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 |