/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.
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_decryptionconfiguration TYPE REF TO /AWS1/CL_MDXSRTDECRYPTIONCONF /AWS1/CL_MDXSRTDECRYPTIONCONF¶
Specifies the decryption settings for an SRT listener input, 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 |
DecryptionConfiguration¶
Specifies the decryption settings for an SRT listener input, including the encryption key configuration and associated parameters.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DECRYPTIONCONFIGURATION() |
Getter for DECRYPTIONCONFIGURATION |