You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing Clip as input to an Aws::Client method, you can use a vanilla 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:

  • (Types::TimeSpan)

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