class Aws::ElasticTranscoder::Types::Clip

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

@note When making an API call, you may pass Clip

data as a hash:

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

@!attribute [rw] time_span

Settings that determine when a clip begins and how long it lasts.
@return [Types::TimeSpan]

Constants

SENSITIVE