@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class InputClipping extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
InputClipping() |
| Modifier and Type | Method and Description |
|---|---|
InputClipping |
clone() |
boolean |
equals(Object obj) |
String |
getEndTimecode()
Set End timecode (EndTimecode) to the end of the portion of the input you are clipping.
|
String |
getStartTimecode()
Set Start timecode (StartTimecode) to the beginning of the portion of the input you are clipping.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setEndTimecode(String endTimecode)
Set End timecode (EndTimecode) to the end of the portion of the input you are clipping.
|
void |
setStartTimecode(String startTimecode)
Set Start timecode (StartTimecode) to the beginning of the portion of the input you are clipping.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
InputClipping |
withEndTimecode(String endTimecode)
Set End timecode (EndTimecode) to the end of the portion of the input you are clipping.
|
InputClipping |
withStartTimecode(String startTimecode)
Set Start timecode (StartTimecode) to the beginning of the portion of the input you are clipping.
|
public void setEndTimecode(String endTimecode)
endTimecode - Set End timecode (EndTimecode) to the end of the portion of the input you are clipping. The frame
corresponding to the End timecode value is included in the clip. Start timecode or End timecode may be
left blank, but not both. When choosing this value, take into account your setting for Input timecode
source. For example, if you have embedded timecodes that start at 01:00:00:00 and you want your clip to
begin five minutes into the video, use 01:00:05:00.public String getEndTimecode()
public InputClipping withEndTimecode(String endTimecode)
endTimecode - Set End timecode (EndTimecode) to the end of the portion of the input you are clipping. The frame
corresponding to the End timecode value is included in the clip. Start timecode or End timecode may be
left blank, but not both. When choosing this value, take into account your setting for Input timecode
source. For example, if you have embedded timecodes that start at 01:00:00:00 and you want your clip to
begin five minutes into the video, use 01:00:05:00.public void setStartTimecode(String startTimecode)
startTimecode - Set Start timecode (StartTimecode) to the beginning of the portion of the input you are clipping. The
frame corresponding to the Start timecode value is included in the clip. Start timecode or End timecode
may be left blank, but not both. When choosing this value, take into account your setting for Input
timecode source. For example, if you have embedded timecodes that start at 01:00:00:00 and you want your
clip to begin five minutes into the video, use 01:00:05:00.public String getStartTimecode()
public InputClipping withStartTimecode(String startTimecode)
startTimecode - Set Start timecode (StartTimecode) to the beginning of the portion of the input you are clipping. The
frame corresponding to the Start timecode value is included in the clip. Start timecode or End timecode
may be left blank, but not both. When choosing this value, take into account your setting for Input
timecode source. For example, if you have embedded timecodes that start at 01:00:00:00 and you want your
clip to begin five minutes into the video, use 01:00:05:00.public String toString()
toString in class ObjectObject.toString()public InputClipping clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2018. All rights reserved.