/AWS1/CL_MDXRTRINPUTPROTCONF¶
The protocol configuration settings for a router input.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_rist TYPE REF TO /AWS1/CL_MDXRISTRTRINPUTCONF /AWS1/CL_MDXRISTRTRINPUTCONF¶
The configuration settings for a router input using the RIST (Reliable Internet Stream Transport) protocol, including the port and recovery latency.
io_srtlistener TYPE REF TO /AWS1/CL_MDXSRTLSTENERRTRINP00 /AWS1/CL_MDXSRTLSTENERRTRINP00¶
The configuration settings for a router input using the SRT (Secure Reliable Transport) protocol in listener mode, including the port, minimum latency, and decryption key configuration.
io_srtcaller TYPE REF TO /AWS1/CL_MDXSRTCALLERRTRINPC00 /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.
io_rtp TYPE REF TO /AWS1/CL_MDXRTPROUTERINPUTCONF /AWS1/CL_MDXRTPROUTERINPUTCONF¶
The configuration settings for a Router Input using the RTP (Real-Time Transport Protocol) protocol, including the port and forward error correction state.
Queryable Attributes¶
Rist¶
The configuration settings for a router input using the RIST (Reliable Internet Stream Transport) protocol, including the port and recovery latency.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RIST() |
Getter for RIST |
SrtListener¶
The configuration settings for a router input using the SRT (Secure Reliable Transport) protocol in listener mode, including the port, minimum latency, and decryption key configuration.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SRTLISTENER() |
Getter for SRTLISTENER |
SrtCaller¶
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.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SRTCALLER() |
Getter for SRTCALLER |
Rtp¶
The configuration settings for a Router Input using the RTP (Real-Time Transport Protocol) protocol, including the port and forward error correction state.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RTP() |
Getter for RTP |