Skip to content

/AWS1/CL_MDXSRTCALLERRTRINPC00

The configuration settings for a router input using the SRT (Secure Reliable Transport) protocol in caller mode, including the source address and port, minimum latency, stream ID, and decryption key configuration.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_sourceaddress TYPE /AWS1/MDXSTRING /AWS1/MDXSTRING

The source IP address for the SRT protocol in caller mode.

iv_sourceport TYPE /AWS1/MDXINTEGER /AWS1/MDXINTEGER

The source port number for the SRT protocol in caller mode.

iv_minlatencymilliseconds TYPE /AWS1/MDXLONG /AWS1/MDXLONG

The minimum latency in milliseconds for the SRT protocol in caller mode.

Optional arguments:

iv_streamid TYPE /AWS1/MDXSTRING /AWS1/MDXSTRING

The stream ID for the SRT protocol in caller mode.

io_decryptionconfiguration TYPE REF TO /AWS1/CL_MDXSRTDECRYPTIONCONF /AWS1/CL_MDXSRTDECRYPTIONCONF

Specifies the decryption settings for an SRT caller input, including the encryption key configuration and associated parameters.


Queryable Attributes

SourceAddress

The source IP address for the SRT protocol in caller mode.

Accessible with the following methods

Method Description
GET_SOURCEADDRESS() Getter for SOURCEADDRESS, with configurable default
ASK_SOURCEADDRESS() Getter for SOURCEADDRESS w/ exceptions if field has no value
HAS_SOURCEADDRESS() Determine if SOURCEADDRESS has a value

SourcePort

The source port number for the SRT protocol in caller mode.

Accessible with the following methods

Method Description
GET_SOURCEPORT() Getter for SOURCEPORT, with configurable default
ASK_SOURCEPORT() Getter for SOURCEPORT w/ exceptions if field has no value
HAS_SOURCEPORT() Determine if SOURCEPORT has a value

MinimumLatencyMilliseconds

The minimum latency in milliseconds for the SRT protocol in caller mode.

Accessible with the following methods

Method Description
GET_MINLATENCYMILLISECONDS() Getter for MINIMUMLATENCYMILLISECONDS, with configurable def
ASK_MINLATENCYMILLISECONDS() Getter for MINIMUMLATENCYMILLISECONDS w/ exceptions if field
HAS_MINLATENCYMILLISECONDS() Determine if MINIMUMLATENCYMILLISECONDS has a value

StreamId

The stream ID for the SRT protocol in caller mode.

Accessible with the following methods

Method Description
GET_STREAMID() Getter for STREAMID, with configurable default
ASK_STREAMID() Getter for STREAMID w/ exceptions if field has no value
HAS_STREAMID() Determine if STREAMID has a value

DecryptionConfiguration

Specifies the decryption settings for an SRT caller input, including the encryption key configuration and associated parameters.

Accessible with the following methods

Method Description
GET_DECRYPTIONCONFIGURATION() Getter for DECRYPTIONCONFIGURATION