Class: Aws::ElasticTranscoder::Types::Clip

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

Overview

Settings for one clip in a composition. All jobs in a playlist must have the same clip settings.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#time_spanTypes::TimeSpan

Settings that determine when a clip begins and how long it lasts.

Returns:



573
574
575
576
577
# File 'gems/aws-sdk-elastictranscoder/lib/aws-sdk-elastictranscoder/types.rb', line 573

class Clip < Struct.new(
  :time_span)
  SENSITIVE = []
  include Aws::Structure
end