/AWS1/CL_MDLPIPELINEDETAIL¶
Runtime details of a pipeline when a channel is running.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_activeinputattachmentname TYPE /AWS1/MDL__STRING /AWS1/MDL__STRING¶
The name of the active input attachment currently being ingested by this pipeline.
iv_actinputswitchactionname TYPE /AWS1/MDL__STRING /AWS1/MDL__STRING¶
The name of the input switch schedule action that occurred most recently and that resulted in the switch to the current input attachment for this pipeline.
iv_actmotiongraphicsactname TYPE /AWS1/MDL__STRING /AWS1/MDL__STRING¶
The name of the motion graphics activate action that occurred most recently and that resulted in the current graphics URI for this pipeline.
iv_activemotiongraphicsuri TYPE /AWS1/MDL__STRING /AWS1/MDL__STRING¶
The current URI being used for HTML5 motion graphics for this pipeline.
iv_pipelineid TYPE /AWS1/MDL__STRING /AWS1/MDL__STRING¶
Pipeline ID
io_channelengineversion TYPE REF TO /AWS1/CL_MDLCHANNELENGINEVRS01 /AWS1/CL_MDLCHANNELENGINEVRS01¶
Current engine version of the encoder for this pipeline.
it_mediacnctrouteroutconnmap TYPE /AWS1/CL_MDLMEDIACNCTRTROUTCXN=>TT_MEDIACNCTROUTEROUTPUTCONNS TT_MEDIACNCTROUTEROUTPUTCONNS¶
A map of output names to the MediaConnect Router connection for this pipeline. Only present for channels with MediaConnect Router outputs.
Queryable Attributes¶
ActiveInputAttachmentName¶
The name of the active input attachment currently being ingested by this pipeline.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ACTINPUTATTACHMENTNAME() |
Getter for ACTIVEINPUTATTACHMENTNAME, with configurable defa |
ASK_ACTINPUTATTACHMENTNAME() |
Getter for ACTIVEINPUTATTACHMENTNAME w/ exceptions if field |
HAS_ACTINPUTATTACHMENTNAME() |
Determine if ACTIVEINPUTATTACHMENTNAME has a value |
ActiveInputSwitchActionName¶
The name of the input switch schedule action that occurred most recently and that resulted in the switch to the current input attachment for this pipeline.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ACTINPUTSWITCHACTIONNAME() |
Getter for ACTIVEINPUTSWITCHACTIONNAME, with configurable de |
ASK_ACTINPUTSWITCHACTIONNAME() |
Getter for ACTIVEINPUTSWITCHACTIONNAME w/ exceptions if fiel |
HAS_ACTINPUTSWITCHACTIONNAME() |
Determine if ACTIVEINPUTSWITCHACTIONNAME has a value |
ActiveMotionGraphicsActionName¶
The name of the motion graphics activate action that occurred most recently and that resulted in the current graphics URI for this pipeline.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ACTMOTIONGRAPHICSACTNAME() |
Getter for ACTMOTIONGRAPHICSACTIONNAME, with configurable de |
ASK_ACTMOTIONGRAPHICSACTNAME() |
Getter for ACTMOTIONGRAPHICSACTIONNAME w/ exceptions if fiel |
HAS_ACTMOTIONGRAPHICSACTNAME() |
Determine if ACTMOTIONGRAPHICSACTIONNAME has a value |
ActiveMotionGraphicsUri¶
The current URI being used for HTML5 motion graphics for this pipeline.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ACTIVEMOTIONGRAPHICSURI() |
Getter for ACTIVEMOTIONGRAPHICSURI, with configurable defaul |
ASK_ACTIVEMOTIONGRAPHICSURI() |
Getter for ACTIVEMOTIONGRAPHICSURI w/ exceptions if field ha |
HAS_ACTIVEMOTIONGRAPHICSURI() |
Determine if ACTIVEMOTIONGRAPHICSURI has a value |
PipelineId¶
Pipeline ID
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PIPELINEID() |
Getter for PIPELINEID, with configurable default |
ASK_PIPELINEID() |
Getter for PIPELINEID w/ exceptions if field has no value |
HAS_PIPELINEID() |
Determine if PIPELINEID has a value |
ChannelEngineVersion¶
Current engine version of the encoder for this pipeline.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CHANNELENGINEVERSION() |
Getter for CHANNELENGINEVERSION |
MediaConnectRouterOutputConnectionMap¶
A map of output names to the MediaConnect Router connection for this pipeline. Only present for channels with MediaConnect Router outputs.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MEDIACNCTRTROUTCONNMAP() |
Getter for MEDIACNCTROUTEROUTPUTCONNMAP, with configurable d |
ASK_MEDIACNCTRTROUTCONNMAP() |
Getter for MEDIACNCTROUTEROUTPUTCONNMAP w/ exceptions if fie |
HAS_MEDIACNCTRTROUTCONNMAP() |
Determine if MEDIACNCTROUTEROUTPUTCONNMAP 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___LISTOFPIPELINEDETAIL¶
TYPES TT___LISTOFPIPELINEDETAIL TYPE STANDARD TABLE OF REF TO /AWS1/CL_MDLPIPELINEDETAIL WITH DEFAULT KEY
.