Interface PipelineOutputLockingProps

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
PipelineOutputLockingProps.Jsii$Proxy

@Generated(value="jsii-pacmak/1.139.0 (build 26a6b54)", date="2026-09-02T11:03:41.306Z") @Stability(Experimental) public interface PipelineOutputLockingProps extends software.amazon.jsii.JsiiSerializable
(experimental) Properties for pipeline output locking.

Example:

 // Video-aligned pipeline locking — useful when sources lack reliable timecodes
 OutputLocking locking = OutputLocking.pipeline(PipelineOutputLockingProps.builder()
         .method(PipelineLockingMethod.VIDEO_ALIGNMENT)
         .build());