Skip to content

/AWS1/CL_MDLINPUTDSTREQUEST

Endpoint settings for a PUSH type input.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_streamname TYPE /AWS1/MDL__STRING /AWS1/MDL__STRING

A unique name for the location the RTMP stream is being pushed to.

iv_network TYPE /AWS1/MDL__STRING /AWS1/MDL__STRING

If the push input has an input location of ON-PREM, ID the ID of the attached network.

it_networkroutes TYPE /AWS1/CL_MDLINPUTREQDSTROUTE=>TT___LISTOFINPUTREQDSTROUTE TT___LISTOFINPUTREQDSTROUTE

If the push input has an input location of ON-PREM it's a requirement to specify what the route of the input is going to be on the customer local network.

iv_staticipaddress TYPE /AWS1/MDL__STRING /AWS1/MDL__STRING

If the push input has an input location of ON-PREM it's optional to specify what the ip address of the input is going to be on the customer local network.


Queryable Attributes

StreamName

A unique name for the location the RTMP stream is being pushed to.

Accessible with the following methods

Method Description
GET_STREAMNAME() Getter for STREAMNAME, with configurable default
ASK_STREAMNAME() Getter for STREAMNAME w/ exceptions if field has no value
HAS_STREAMNAME() Determine if STREAMNAME has a value

Network

If the push input has an input location of ON-PREM, ID the ID of the attached network.

Accessible with the following methods

Method Description
GET_NETWORK() Getter for NETWORK, with configurable default
ASK_NETWORK() Getter for NETWORK w/ exceptions if field has no value
HAS_NETWORK() Determine if NETWORK has a value

NetworkRoutes

If the push input has an input location of ON-PREM it's a requirement to specify what the route of the input is going to be on the customer local network.

Accessible with the following methods

Method Description
GET_NETWORKROUTES() Getter for NETWORKROUTES, with configurable default
ASK_NETWORKROUTES() Getter for NETWORKROUTES w/ exceptions if field has no value
HAS_NETWORKROUTES() Determine if NETWORKROUTES has a value

StaticIpAddress

If the push input has an input location of ON-PREM it's optional to specify what the ip address of the input is going to be on the customer local network.

Accessible with the following methods

Method Description
GET_STATICIPADDRESS() Getter for STATICIPADDRESS, with configurable default
ASK_STATICIPADDRESS() Getter for STATICIPADDRESS w/ exceptions if field has no val
HAS_STATICIPADDRESS() Determine if STATICIPADDRESS 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___LISTOFINPUTDSTREQUEST

TYPES TT___LISTOFINPUTDSTREQUEST TYPE STANDARD TABLE OF REF TO /AWS1/CL_MDLINPUTDSTREQUEST WITH DEFAULT KEY
.