/AWS1/CL_CHPLIVECNCTORSINKCONF¶
The media pipeline's sink configuration settings.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_sinktype TYPE /AWS1/CHPLIVECONNECTORSINKTYPE /AWS1/CHPLIVECONNECTORSINKTYPE¶
The sink configuration's sink type.
io_rtmpconfiguration TYPE REF TO /AWS1/CL_CHPLIVECNCTORRTMPCONF /AWS1/CL_CHPLIVECNCTORRTMPCONF¶
The sink configuration's RTMP configuration settings.
Queryable Attributes¶
SinkType¶
The sink configuration's sink type.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SINKTYPE() |
Getter for SINKTYPE, with configurable default |
ASK_SINKTYPE() |
Getter for SINKTYPE w/ exceptions if field has no value |
HAS_SINKTYPE() |
Determine if SINKTYPE has a value |
RTMPConfiguration¶
The sink configuration's RTMP configuration settings.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RTMPCONFIGURATION() |
Getter for RTMPCONFIGURATION |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_LIVECONNECTORSINKLIST¶
TYPES TT_LIVECONNECTORSINKLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_CHPLIVECNCTORSINKCONF WITH DEFAULT KEY
.