/AWS1/CL_MDLSRTOUTPUTDSTSTGS¶
Placeholder documentation for SrtOutputDestinationSettings
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_encpassphrasesecretarn TYPE /AWS1/MDL__STRING /AWS1/MDL__STRING¶
Arn used to extract the password from Secrets Manager
iv_streamid TYPE /AWS1/MDL__STRING /AWS1/MDL__STRING¶
Stream id for SRT destinations (URLs of type srt://)
iv_url TYPE /AWS1/MDL__STRING /AWS1/MDL__STRING¶
A URL specifying a destination
iv_connectionmode TYPE /AWS1/MDLCONNECTIONMODE /AWS1/MDLCONNECTIONMODE¶
Specifies the mode the output should use for connection establishment. CALLER mode requires URL, LISTENER mode requires port.
iv_listenerport TYPE /AWS1/MDL__INTEGERMIN1MAX65535 /AWS1/MDL__INTEGERMIN1MAX65535¶
Port number for listener mode connections (required when connectionMode is LISTENER, must not be provided when connectionMode is CALLER).
Queryable Attributes¶
EncryptionPassphraseSecretArn¶
Arn used to extract the password from Secrets Manager
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENCPASSPHRASESECRETARN() |
Getter for ENCPASSPHRASESECRETARN, with configurable default |
ASK_ENCPASSPHRASESECRETARN() |
Getter for ENCPASSPHRASESECRETARN w/ exceptions if field has |
HAS_ENCPASSPHRASESECRETARN() |
Determine if ENCPASSPHRASESECRETARN has a value |
StreamId¶
Stream id for SRT destinations (URLs of type srt://)
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 |
Url¶
A URL specifying a destination
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_URL() |
Getter for URL, with configurable default |
ASK_URL() |
Getter for URL w/ exceptions if field has no value |
HAS_URL() |
Determine if URL has a value |
ConnectionMode¶
Specifies the mode the output should use for connection establishment. CALLER mode requires URL, LISTENER mode requires port.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONNECTIONMODE() |
Getter for CONNECTIONMODE, with configurable default |
ASK_CONNECTIONMODE() |
Getter for CONNECTIONMODE w/ exceptions if field has no valu |
HAS_CONNECTIONMODE() |
Determine if CONNECTIONMODE has a value |
ListenerPort¶
Port number for listener mode connections (required when connectionMode is LISTENER, must not be provided when connectionMode is CALLER).
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LISTENERPORT() |
Getter for LISTENERPORT, with configurable default |
ASK_LISTENERPORT() |
Getter for LISTENERPORT w/ exceptions if field has no value |
HAS_LISTENERPORT() |
Determine if LISTENERPORT has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT___LISTOFSRTOUTPUTDSTSTGS¶
TYPES TT___LISTOFSRTOUTPUTDSTSTGS TYPE STANDARD TABLE OF REF TO /AWS1/CL_MDLSRTOUTPUTDSTSTGS WITH DEFAULT KEY
.