/AWS1/CL_MDLWAVSETTINGS¶
Wav Settings
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_bitdepth TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING¶
Bits per sample.
iv_codingmode TYPE /AWS1/MDLWAVCODINGMODE /AWS1/MDLWAVCODINGMODE¶
The audio coding mode for the WAV audio. The mode determines the number of channels in the audio.
iv_samplerate TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING¶
Sample rate in Hz.
Queryable Attributes¶
BitDepth¶
Bits per sample.
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 |
STR_BITDEPTH() |
String format for BITDEPTH, with configurable default |
HAS_BITDEPTH() |
Determine if BITDEPTH has a value |
CodingMode¶
The audio coding mode for the WAV audio. The mode determines the number of channels in the audio.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CODINGMODE() |
Getter for CODINGMODE, with configurable default |
ASK_CODINGMODE() |
Getter for CODINGMODE w/ exceptions if field has no value |
HAS_CODINGMODE() |
Determine if CODINGMODE 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 |
STR_SAMPLERATE() |
String format for SAMPLERATE, with configurable default |
HAS_SAMPLERATE() |
Determine if SAMPLERATE has a value |