Class: Aws::MediaLive::Types::InputClippingSettings

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

Overview

Settings to let you create a clip of the file input, in order to set up the input to ingest only a portion of the file.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#input_timecode_sourceString

The source of the timecodes in the source being clipped.

Returns:

  • (String)


6450
6451
6452
6453
6454
6455
6456
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 6450

class InputClippingSettings < Struct.new(
  :input_timecode_source,
  :start_timecode,
  :stop_timecode)
  SENSITIVE = []
  include Aws::Structure
end

#start_timecodeTypes::StartTimecode

Settings to identify the start of the clip.



6450
6451
6452
6453
6454
6455
6456
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 6450

class InputClippingSettings < Struct.new(
  :input_timecode_source,
  :start_timecode,
  :stop_timecode)
  SENSITIVE = []
  include Aws::Structure
end

#stop_timecodeTypes::StopTimecode

Settings to identify the end of the clip.

Returns:



6450
6451
6452
6453
6454
6455
6456
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 6450

class InputClippingSettings < Struct.new(
  :input_timecode_source,
  :start_timecode,
  :stop_timecode)
  SENSITIVE = []
  include Aws::Structure
end