/AWS1/CL_QQBAUDIOSOURCEDETAILS¶
Details about an audio source, including its identifier, format, and time information.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_mediaid
TYPE /AWS1/QQBMEDIAID
/AWS1/QQBMEDIAID
¶
Unique identifier for the audio media file.
iv_mediamimetype
TYPE /AWS1/QQBSTRING
/AWS1/QQBSTRING
¶
The MIME type of the audio file (e.g., audio/mp3, audio/wav).
iv_starttimemilliseconds
TYPE /AWS1/QQBLONG
/AWS1/QQBLONG
¶
The starting timestamp in milliseconds for the relevant audio segment.
iv_endtimemilliseconds
TYPE /AWS1/QQBLONG
/AWS1/QQBLONG
¶
The ending timestamp in milliseconds for the relevant audio segment.
iv_audioextractiontype
TYPE /AWS1/QQBAUDIOEXTRACTIONTYPE
/AWS1/QQBAUDIOEXTRACTIONTYPE
¶
The type of audio extraction performed on the content.
Queryable Attributes¶
mediaId¶
Unique identifier for the audio media file.
Accessible with the following methods¶
Method | Description |
---|---|
GET_MEDIAID() |
Getter for MEDIAID, with configurable default |
ASK_MEDIAID() |
Getter for MEDIAID w/ exceptions if field has no value |
HAS_MEDIAID() |
Determine if MEDIAID has a value |
mediaMimeType¶
The MIME type of the audio file (e.g., audio/mp3, audio/wav).
Accessible with the following methods¶
Method | Description |
---|---|
GET_MEDIAMIMETYPE() |
Getter for MEDIAMIMETYPE, with configurable default |
ASK_MEDIAMIMETYPE() |
Getter for MEDIAMIMETYPE w/ exceptions if field has no value |
HAS_MEDIAMIMETYPE() |
Determine if MEDIAMIMETYPE has a value |
startTimeMilliseconds¶
The starting timestamp in milliseconds for the relevant audio segment.
Accessible with the following methods¶
Method | Description |
---|---|
GET_STARTTIMEMILLISECONDS() |
Getter for STARTTIMEMILLISECONDS, with configurable default |
ASK_STARTTIMEMILLISECONDS() |
Getter for STARTTIMEMILLISECONDS w/ exceptions if field has |
HAS_STARTTIMEMILLISECONDS() |
Determine if STARTTIMEMILLISECONDS has a value |
endTimeMilliseconds¶
The ending timestamp in milliseconds for the relevant audio segment.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ENDTIMEMILLISECONDS() |
Getter for ENDTIMEMILLISECONDS, with configurable default |
ASK_ENDTIMEMILLISECONDS() |
Getter for ENDTIMEMILLISECONDS w/ exceptions if field has no |
HAS_ENDTIMEMILLISECONDS() |
Determine if ENDTIMEMILLISECONDS has a value |
audioExtractionType¶
The type of audio extraction performed on the content.
Accessible with the following methods¶
Method | Description |
---|---|
GET_AUDIOEXTRACTIONTYPE() |
Getter for AUDIOEXTRACTIONTYPE, with configurable default |
ASK_AUDIOEXTRACTIONTYPE() |
Getter for AUDIOEXTRACTIONTYPE w/ exceptions if field has no |
HAS_AUDIOEXTRACTIONTYPE() |
Determine if AUDIOEXTRACTIONTYPE has a value |