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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


6375
6376
6377
6378
6379
6380
6381
# File 'lib/aws-sdk-medialive/types.rb', line 6375

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.



6375
6376
6377
6378
6379
6380
6381
# File 'lib/aws-sdk-medialive/types.rb', line 6375

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:



6375
6376
6377
6378
6379
6380
6381
# File 'lib/aws-sdk-medialive/types.rb', line 6375

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