/AWS1/CL_MDXINPUTCONFIGURATION¶
The transport parameters that are associated with an incoming media stream.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_inputip TYPE /AWS1/MDXSTRING /AWS1/MDXSTRING¶
The IP address that the flow listens on for incoming content for a media stream.
iv_inputport TYPE /AWS1/MDXINTEGER /AWS1/MDXINTEGER¶
The port that the flow listens on for an incoming media stream.
io_interface TYPE REF TO /AWS1/CL_MDXINTERFACE /AWS1/CL_MDXINTERFACE¶
The VPC interface where the media stream comes in from.
Queryable Attributes¶
InputIp¶
The IP address that the flow listens on for incoming content for a media stream.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INPUTIP() |
Getter for INPUTIP, with configurable default |
ASK_INPUTIP() |
Getter for INPUTIP w/ exceptions if field has no value |
HAS_INPUTIP() |
Determine if INPUTIP has a value |
InputPort¶
The port that the flow listens on for an incoming media stream.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INPUTPORT() |
Getter for INPUTPORT, with configurable default |
ASK_INPUTPORT() |
Getter for INPUTPORT w/ exceptions if field has no value |
HAS_INPUTPORT() |
Determine if INPUTPORT has a value |
Interface¶
The VPC interface where the media stream comes in from.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INTERFACE() |
Getter for INTERFACE |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT___LISTOFINPUTCONFIGURATION¶
TYPES TT___LISTOFINPUTCONFIGURATION TYPE STANDARD TABLE OF REF TO /AWS1/CL_MDXINPUTCONFIGURATION WITH DEFAULT KEY
.