Class Clip
java.lang.Object
com.amazonaws.services.elastictranscoder.model.Clip
- All Implemented Interfaces:
Serializable, Cloneable
Settings for one clip in a composition. All jobs in a playlist must have the same clip settings.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanSettings that determine when a clip begins and how long it lasts.inthashCode()voidsetTimeSpan(TimeSpan timeSpan) Settings that determine when a clip begins and how long it lasts.toString()Returns a string representation of this object; useful for testing and debugging.withTimeSpan(TimeSpan timeSpan) Settings that determine when a clip begins and how long it lasts.
-
Constructor Details
-
Clip
public Clip()
-
-
Method Details
-
setTimeSpan
Settings that determine when a clip begins and how long it lasts.
- Parameters:
timeSpan- Settings that determine when a clip begins and how long it lasts.
-
getTimeSpan
Settings that determine when a clip begins and how long it lasts.
- Returns:
- Settings that determine when a clip begins and how long it lasts.
-
withTimeSpan
-
toString
-
equals
-
hashCode
-
clone
-