outputLockingMode property

GlobalConfigurationOutputLockingMode? outputLockingMode
final

Indicates how MediaLive pipelines are synchronized.

PIPELINE_LOCKING - MediaLive will attempt to synchronize the output of each pipeline to the other. EPOCH_LOCKING - MediaLive will attempt to synchronize the output of each pipeline to the Unix epoch.

Implementation

final GlobalConfigurationOutputLockingMode? outputLockingMode;