Skip to content

/AWS1/CL_MDXNDISOURCEMETINFO

Comprehensive information about the NDIĀ® source that's associated with a flow. This includes the currently active NDI source, a list of all discovered NDI senders, metadata about the media streams, and any relevant status messages.

CONSTRUCTOR

IMPORTING

Required arguments:

it_discoveredsources TYPE /AWS1/CL_MDXNDISOURCEINFO=>TT___LISTOFNDISOURCEINFO TT___LISTOFNDISOURCEINFO

A list of the available upstream NDI senders aggregated from all of your configured discovery servers.

io_mediainfo TYPE REF TO /AWS1/CL_MDXNDIMEDIAINFO /AWS1/CL_MDXNDIMEDIAINFO

Detailed information about the media streams (video, audio, and so on) that are part of the active NDI source.

it_messages TYPE /AWS1/CL_MDXMESSAGEDETAIL=>TT___LISTOFMESSAGEDETAIL TT___LISTOFMESSAGEDETAIL

Any status messages or error codes related to the NDI source and its metadata.

Optional arguments:

io_activesource TYPE REF TO /AWS1/CL_MDXNDISOURCEINFO /AWS1/CL_MDXNDISOURCEINFO

The connected NDI sender that's currently sending source content to the flow's NDI source.


Queryable Attributes

ActiveSource

The connected NDI sender that's currently sending source content to the flow's NDI source.

Accessible with the following methods

Method Description
GET_ACTIVESOURCE() Getter for ACTIVESOURCE

DiscoveredSources

A list of the available upstream NDI senders aggregated from all of your configured discovery servers.

Accessible with the following methods

Method Description
GET_DISCOVEREDSOURCES() Getter for DISCOVEREDSOURCES, with configurable default
ASK_DISCOVEREDSOURCES() Getter for DISCOVEREDSOURCES w/ exceptions if field has no v
HAS_DISCOVEREDSOURCES() Determine if DISCOVEREDSOURCES has a value

MediaInfo

Detailed information about the media streams (video, audio, and so on) that are part of the active NDI source.

Accessible with the following methods

Method Description
GET_MEDIAINFO() Getter for MEDIAINFO

Messages

Any status messages or error codes related to the NDI source and its metadata.

Accessible with the following methods

Method Description
GET_MESSAGES() Getter for MESSAGES, with configurable default
ASK_MESSAGES() Getter for MESSAGES w/ exceptions if field has no value
HAS_MESSAGES() Determine if MESSAGES has a value