/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.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_destinationaddress TYPE /AWS1/MDXSTRING /AWS1/MDXSTRING¶
The destination IP address for the SRT protocol in caller mode.
iv_destinationport TYPE /AWS1/MDXINTEGER /AWS1/MDXINTEGER¶
The destination 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_encryptionconfiguration TYPE REF TO /AWS1/CL_MDXSRTENCRYPTIONCONF /AWS1/CL_MDXSRTENCRYPTIONCONF¶
Defines the encryption settings for an SRT caller output, including the encryption key configuration and associated parameters.
Queryable Attributes¶
DestinationAddress¶
The destination IP address for the SRT protocol in caller mode.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESTINATIONADDRESS() |
Getter for DESTINATIONADDRESS, with configurable default |
ASK_DESTINATIONADDRESS() |
Getter for DESTINATIONADDRESS w/ exceptions if field has no |
HAS_DESTINATIONADDRESS() |
Determine if DESTINATIONADDRESS has a value |
DestinationPort¶
The destination port number for the SRT protocol in caller mode.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESTINATIONPORT() |
Getter for DESTINATIONPORT, with configurable default |
ASK_DESTINATIONPORT() |
Getter for DESTINATIONPORT w/ exceptions if field has no val |
HAS_DESTINATIONPORT() |
Determine if DESTINATIONPORT 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 |
EncryptionConfiguration¶
Defines the encryption settings for an SRT caller output, including the encryption key configuration and associated parameters.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENCRYPTIONCONFIGURATION() |
Getter for ENCRYPTIONCONFIGURATION |