Skip to content

/AWS1/CL_MDXROUTEROUTPROTCONF

The protocol configuration settings for a router output.

CONSTRUCTOR

IMPORTING

Optional arguments:

io_rist TYPE REF TO /AWS1/CL_MDXRISTROUTEROUTCONF /AWS1/CL_MDXRISTROUTEROUTCONF

The configuration settings for a router output using the RIST (Reliable Internet Stream Transport) protocol, including the destination address and port.

io_srtlistener TYPE REF TO /AWS1/CL_MDXSRTLSTENERRTROUT00 /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.

io_srtcaller TYPE REF TO /AWS1/CL_MDXSRTCALLERRTROUTC00 /AWS1/CL_MDXSRTCALLERRTROUTC00

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

io_rtp TYPE REF TO /AWS1/CL_MDXRTPROUTEROUTCONF /AWS1/CL_MDXRTPROUTEROUTCONF

The configuration settings for a router output using the RTP (Real-Time Transport Protocol) protocol, including the destination address and port, and forward error correction state.


Queryable Attributes

Rist

The configuration settings for a router output using the RIST (Reliable Internet Stream Transport) protocol, including the destination address and port.

Accessible with the following methods

Method Description
GET_RIST() Getter for RIST

SrtListener

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.

Accessible with the following methods

Method Description
GET_SRTLISTENER() Getter for SRTLISTENER

SrtCaller

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

Accessible with the following methods

Method Description
GET_SRTCALLER() Getter for SRTCALLER

Rtp

The configuration settings for a router output using the RTP (Real-Time Transport Protocol) protocol, including the destination address and port, and forward error correction state.

Accessible with the following methods

Method Description
GET_RTP() Getter for RTP