/AWS1/CL_MDCTRACKMAPPING¶
An array containing track mapping information.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_audiotrackindexes TYPE /AWS1/CL_MDC__LSTOF__INTEGER_W=>TT___LISTOF__INTEGER TT___LISTOF__INTEGER¶
The index numbers of the audio tracks in your media file.
it_datatrackindexes TYPE /AWS1/CL_MDC__LSTOF__INTEGER_W=>TT___LISTOF__INTEGER TT___LISTOF__INTEGER¶
The index numbers of the data tracks in your media file.
it_videotrackindexes TYPE /AWS1/CL_MDC__LSTOF__INTEGER_W=>TT___LISTOF__INTEGER TT___LISTOF__INTEGER¶
The index numbers of the video tracks in your media file.
Queryable Attributes¶
AudioTrackIndexes¶
The index numbers of the audio tracks in your media file.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AUDIOTRACKINDEXES() |
Getter for AUDIOTRACKINDEXES, with configurable default |
ASK_AUDIOTRACKINDEXES() |
Getter for AUDIOTRACKINDEXES w/ exceptions if field has no v |
HAS_AUDIOTRACKINDEXES() |
Determine if AUDIOTRACKINDEXES has a value |
DataTrackIndexes¶
The index numbers of the data tracks in your media file.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DATATRACKINDEXES() |
Getter for DATATRACKINDEXES, with configurable default |
ASK_DATATRACKINDEXES() |
Getter for DATATRACKINDEXES w/ exceptions if field has no va |
HAS_DATATRACKINDEXES() |
Determine if DATATRACKINDEXES has a value |
VideoTrackIndexes¶
The index numbers of the video tracks in your media file.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VIDEOTRACKINDEXES() |
Getter for VIDEOTRACKINDEXES, with configurable default |
ASK_VIDEOTRACKINDEXES() |
Getter for VIDEOTRACKINDEXES w/ exceptions if field has no v |
HAS_VIDEOTRACKINDEXES() |
Determine if VIDEOTRACKINDEXES has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT___LISTOFTRACKMAPPING¶
TYPES TT___LISTOFTRACKMAPPING TYPE STANDARD TABLE OF REF TO /AWS1/CL_MDCTRACKMAPPING WITH DEFAULT KEY
.