com.amazonaws.services.elastictranscoder.model
Class Clip

java.lang.Object
  extended by com.amazonaws.services.elastictranscoder.model.Clip
All Implemented Interfaces:
Serializable

public class Clip
extends Object
implements Serializable

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

See Also:
Serialized Form

Constructor Summary
Clip()
           
 
Method Summary
 boolean equals(Object obj)
           
 TimeSpan getTimeSpan()
          Settings that determine when a clip begins and how long it lasts.
 int hashCode()
           
 void setTimeSpan(TimeSpan timeSpan)
          Settings that determine when a clip begins and how long it lasts.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 Clip withTimeSpan(TimeSpan timeSpan)
          Settings that determine when a clip begins and how long it lasts.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Clip

public Clip()
Method Detail

getTimeSpan

public TimeSpan 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.

setTimeSpan

public void setTimeSpan(TimeSpan timeSpan)
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.

withTimeSpan

public Clip withTimeSpan(TimeSpan timeSpan)
Settings that determine when a clip begins and how long it lasts.

Returns a reference to this object so that method calls can be chained together.

Parameters:
timeSpan - Settings that determine when a clip begins and how long it lasts.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2016. All rights reserved.