/AWS1/CL_MDLPLINLOCKINGSTGS¶
Pipeline Locking Settings
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_pipelinelockingmethod TYPE /AWS1/MDLPIPELINELOCKINGMETHOD /AWS1/MDLPIPELINELOCKINGMETHOD¶
The method to use to lock the video frames in the pipelines. sourceTimecode (default): Use the timecode in the source. videoAlignment: Lock frames that the encoder identifies as having matching content. If videoAlignment is selected, existing timecodes will not be used for any locking decisions.
iv_customepoch TYPE /AWS1/MDL__STRING /AWS1/MDL__STRING¶
Optional. Only applies to CMAF Ingest Output Group and MediaPackage V2 Output Group Only. Enter a value here to use a custom epoch, instead of the standard epoch (which started at 1970-01-01T00:00:00 UTC). Specify the start time of the custom epoch, in YYYY-MM-DDTHH:MM:SS in UTC. The time must be 2000-01-01T00:00:00 or later. Always set the MM:SS portion to 00:00.
Queryable Attributes¶
PipelineLockingMethod¶
The method to use to lock the video frames in the pipelines. sourceTimecode (default): Use the timecode in the source. videoAlignment: Lock frames that the encoder identifies as having matching content. If videoAlignment is selected, existing timecodes will not be used for any locking decisions.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PIPELINELOCKINGMETHOD() |
Getter for PIPELINELOCKINGMETHOD, with configurable default |
ASK_PIPELINELOCKINGMETHOD() |
Getter for PIPELINELOCKINGMETHOD w/ exceptions if field has |
HAS_PIPELINELOCKINGMETHOD() |
Determine if PIPELINELOCKINGMETHOD has a value |
CustomEpoch¶
Optional. Only applies to CMAF Ingest Output Group and MediaPackage V2 Output Group Only. Enter a value here to use a custom epoch, instead of the standard epoch (which started at 1970-01-01T00:00:00 UTC). Specify the start time of the custom epoch, in YYYY-MM-DDTHH:MM:SS in UTC. The time must be 2000-01-01T00:00:00 or later. Always set the MM:SS portion to 00:00.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CUSTOMEPOCH() |
Getter for CUSTOMEPOCH, with configurable default |
ASK_CUSTOMEPOCH() |
Getter for CUSTOMEPOCH w/ exceptions if field has no value |
HAS_CUSTOMEPOCH() |
Determine if CUSTOMEPOCH has a value |