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

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

Overview

Note:

When making an API call, you may pass Clip data as a hash:

{
  time_span: {
    start_time: "Time",
    duration: "Time",
  },
}

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

Instance Attribute Summary collapse

Instance Attribute Details

#time_spanTypes::TimeSpan

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

Returns:



685
686
687
688
# File 'lib/aws-sdk-elastictranscoder/types.rb', line 685

class Clip < Struct.new(
  :time_span)
  include Aws::Structure
end