Class: Aws::MediaLive::Types::PipelineLockingSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::PipelineLockingSettings
- Defined in:
- gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb
Overview
Pipeline Locking Settings
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#pipeline_locking_method ⇒ String
The method to use to lock the video frames in the pipelines.
Instance Attribute Details
#pipeline_locking_method ⇒ String
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.
10635 10636 10637 10638 10639 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 10635 class PipelineLockingSettings < Struct.new( :pipeline_locking_method) SENSITIVE = [] include Aws::Structure end |