Skip to content

/AWS1/CL_MDXRTRINPTHUMBNAILD00

The details of a thumbnail associated with a router input, including the thumbnail messages, the thumbnail image, the timecode, and the timestamp.

CONSTRUCTOR

IMPORTING

Required arguments:

it_thumbnailmessages TYPE /AWS1/CL_MDXROUTERINPUTMESSAGE=>TT_ROUTERINPUTMESSAGES TT_ROUTERINPUTMESSAGES

The messages associated with the router input thumbnail.

Optional arguments:

iv_thumbnail TYPE /AWS1/MDXBLOB /AWS1/MDXBLOB

The thumbnail image, encoded as a Base64-encoded binary data object.

iv_timecode TYPE /AWS1/MDXSTRING /AWS1/MDXSTRING

The timecode associated with the thumbnail.

iv_timestamp TYPE /AWS1/MDXTIMESTAMP /AWS1/MDXTIMESTAMP

The timestamp associated with the thumbnail.


Queryable Attributes

ThumbnailMessages

The messages associated with the router input thumbnail.

Accessible with the following methods

Method Description
GET_THUMBNAILMESSAGES() Getter for THUMBNAILMESSAGES, with configurable default
ASK_THUMBNAILMESSAGES() Getter for THUMBNAILMESSAGES w/ exceptions if field has no v
HAS_THUMBNAILMESSAGES() Determine if THUMBNAILMESSAGES has a value

Thumbnail

The thumbnail image, encoded as a Base64-encoded binary data object.

Accessible with the following methods

Method Description
GET_THUMBNAIL() Getter for THUMBNAIL, with configurable default
ASK_THUMBNAIL() Getter for THUMBNAIL w/ exceptions if field has no value
HAS_THUMBNAIL() Determine if THUMBNAIL has a value

Timecode

The timecode associated with the thumbnail.

Accessible with the following methods

Method Description
GET_TIMECODE() Getter for TIMECODE, with configurable default
ASK_TIMECODE() Getter for TIMECODE w/ exceptions if field has no value
HAS_TIMECODE() Determine if TIMECODE has a value

Timestamp

The timestamp associated with the thumbnail.

Accessible with the following methods

Method Description
GET_TIMESTAMP() Getter for TIMESTAMP, with configurable default
ASK_TIMESTAMP() Getter for TIMESTAMP w/ exceptions if field has no value
HAS_TIMESTAMP() Determine if TIMESTAMP has a value