Skip to content

/AWS1/CL_MDCPROBERESULT

Probe results for your media file.

CONSTRUCTOR

IMPORTING

Optional arguments:

io_container TYPE REF TO /AWS1/CL_MDCCONTAINER /AWS1/CL_MDCCONTAINER

The container of your media file. This information helps you understand the overall structure and details of your media, including format, duration, and track layout.

io_metadata TYPE REF TO /AWS1/CL_MDCMETADATA /AWS1/CL_MDCMETADATA

Metadata and other file information.

it_trackmappings TYPE /AWS1/CL_MDCTRACKMAPPING=>TT___LISTOFTRACKMAPPING TT___LISTOFTRACKMAPPING

An array containing track mapping information.


Queryable Attributes

Container

The container of your media file. This information helps you understand the overall structure and details of your media, including format, duration, and track layout.

Accessible with the following methods

Method Description
GET_CONTAINER() Getter for CONTAINER

Metadata

Metadata and other file information.

Accessible with the following methods

Method Description
GET_METADATA() Getter for METADATA

TrackMappings

An array containing track mapping information.

Accessible with the following methods

Method Description
GET_TRACKMAPPINGS() Getter for TRACKMAPPINGS, with configurable default
ASK_TRACKMAPPINGS() Getter for TRACKMAPPINGS w/ exceptions if field has no value
HAS_TRACKMAPPINGS() Determine if TRACKMAPPINGS 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___LISTOFPROBERESULT

TYPES TT___LISTOFPROBERESULT TYPE STANDARD TABLE OF REF TO /AWS1/CL_MDCPROBERESULT WITH DEFAULT KEY
.