Class: Aws::MediaLive::Types::PipelineLockingSettings

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb

Overview

Pipeline Locking Settings

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#pipeline_locking_methodString

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.

Returns:

  • (String)


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