Skip to content

/AWS1/CL_MDXSRTLSTENERRTROUT00

The configuration settings for a router output using the SRT (Secure Reliable Transport) protocol in listener mode, including the port, minimum latency, and encryption key configuration.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_port TYPE /AWS1/MDXINTEGER /AWS1/MDXINTEGER

The port number for the SRT protocol in listener mode.

iv_minlatencymilliseconds TYPE /AWS1/MDXLONG /AWS1/MDXLONG

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

Optional arguments:

io_encryptionconfiguration TYPE REF TO /AWS1/CL_MDXSRTENCRYPTIONCONF /AWS1/CL_MDXSRTENCRYPTIONCONF

Defines the encryption settings for an SRT listener output, including the encryption key configuration and associated parameters.


Queryable Attributes

Port

The port number for the SRT protocol in listener mode.

Accessible with the following methods

Method Description
GET_PORT() Getter for PORT, with configurable default
ASK_PORT() Getter for PORT w/ exceptions if field has no value
HAS_PORT() Determine if PORT has a value

MinimumLatencyMilliseconds

The minimum latency in milliseconds for the SRT protocol in listener 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

EncryptionConfiguration

Defines the encryption settings for an SRT listener output, including the encryption key configuration and associated parameters.

Accessible with the following methods

Method Description
GET_ENCRYPTIONCONFIGURATION() Getter for ENCRYPTIONCONFIGURATION