Skip to content

/AWS1/CL_MDLSRTLISTNRSTGSREQ

Configuration for SRT Listener input. Encryption is REQUIRED for all SRT Listener inputs for security reasons. You must provide decryption settings including algorithm and passphrase secret ARN.

CONSTRUCTOR

IMPORTING

Required arguments:

io_decryption TYPE REF TO /AWS1/CL_MDLSRTLSTNRDECRYPREQ /AWS1/CL_MDLSRTLSTNRDECRYPREQ

Decryption settings. If specified, both algorithm and passphraseSecretArn are required.

iv_minimumlatency TYPE /AWS1/MDL__INTEGER /AWS1/MDL__INTEGER

Required. The preferred latency in milliseconds for packet loss and recovery. Range 120-15000.

Optional arguments:

iv_streamid TYPE /AWS1/MDL__STRING /AWS1/MDL__STRING

Optional. The stream ID if the upstream system uses this identifier.


Queryable Attributes

Decryption

Decryption settings. If specified, both algorithm and passphraseSecretArn are required.

Accessible with the following methods

Method Description
GET_DECRYPTION() Getter for DECRYPTION

MinimumLatency

Required. The preferred latency in milliseconds for packet loss and recovery. Range 120-15000.

Accessible with the following methods

Method Description
GET_MINIMUMLATENCY() Getter for MINIMUMLATENCY, with configurable default
ASK_MINIMUMLATENCY() Getter for MINIMUMLATENCY w/ exceptions if field has no valu
HAS_MINIMUMLATENCY() Determine if MINIMUMLATENCY has a value

StreamId

Optional. The stream ID if the upstream system uses this identifier.

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