Skip to content

/AWS1/CL_MDCAUDIOPROPERTIES

Details about the media file's audio track.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_bitdepth TYPE /AWS1/MDC__INTEGER /AWS1/MDC__INTEGER

The bit depth of the audio track.

iv_bitrate TYPE /AWS1/MDC__LONG /AWS1/MDC__LONG

The bit rate of the audio track, in bits per second.

iv_channels TYPE /AWS1/MDC__INTEGER /AWS1/MDC__INTEGER

The number of audio channels in the audio track.

io_framerate TYPE REF TO /AWS1/CL_MDCFRAMERATE /AWS1/CL_MDCFRAMERATE

The frame rate of the video or audio track, expressed as a fraction with numerator and denominator values.

iv_languagecode TYPE /AWS1/MDC__STRING /AWS1/MDC__STRING

The language code of the audio track, in three character ISO 639-3 format.

iv_samplerate TYPE /AWS1/MDC__INTEGER /AWS1/MDC__INTEGER

The sample rate of the audio track.


Queryable Attributes

BitDepth

The bit depth of the 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

BitRate

The bit rate of the audio track, 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

The number of audio channels in the audio track.

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

FrameRate

The frame rate of the video or audio track, expressed as a fraction with numerator and denominator values.

Accessible with the following methods

Method Description
GET_FRAMERATE() Getter for FRAMERATE

LanguageCode

The language code of the audio track, in three character ISO 639-3 format.

Accessible with the following methods

Method Description
GET_LANGUAGECODE() Getter for LANGUAGECODE, with configurable default
ASK_LANGUAGECODE() Getter for LANGUAGECODE w/ exceptions if field has no value
HAS_LANGUAGECODE() Determine if LANGUAGECODE has a value

SampleRate

The sample rate of the audio track.

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