@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TimecodeConfig extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
TimecodeConfig() |
Modifier and Type | Method and Description |
---|---|
TimecodeConfig |
clone() |
boolean |
equals(Object obj) |
String |
getAnchor()
If you use an editing platform that relies on an anchor timecode, use Anchor Timecode (Anchor) to specify a
timecode that will match the input video frame to the output video frame.
|
String |
getSource() |
String |
getStart()
Only use when you set Timecode Source (TimecodeSource) to Specified Start (SPECIFIEDSTART).
|
String |
getTimestampOffset()
Only applies to outputs that support program-date-time stamp.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAnchor(String anchor)
If you use an editing platform that relies on an anchor timecode, use Anchor Timecode (Anchor) to specify a
timecode that will match the input video frame to the output video frame.
|
void |
setSource(String source) |
void |
setStart(String start)
Only use when you set Timecode Source (TimecodeSource) to Specified Start (SPECIFIEDSTART).
|
void |
setTimestampOffset(String timestampOffset)
Only applies to outputs that support program-date-time stamp.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
TimecodeConfig |
withAnchor(String anchor)
If you use an editing platform that relies on an anchor timecode, use Anchor Timecode (Anchor) to specify a
timecode that will match the input video frame to the output video frame.
|
TimecodeConfig |
withSource(String source) |
TimecodeConfig |
withSource(TimecodeSource source) |
TimecodeConfig |
withStart(String start)
Only use when you set Timecode Source (TimecodeSource) to Specified Start (SPECIFIEDSTART).
|
TimecodeConfig |
withTimestampOffset(String timestampOffset)
Only applies to outputs that support program-date-time stamp.
|
public void setAnchor(String anchor)
anchor
- If you use an editing platform that relies on an anchor timecode, use Anchor Timecode (Anchor) to specify
a timecode that will match the input video frame to the output video frame. Use 24-hour format with frame
number, (HH:MM:SS:FF) or (HH:MM:SS;FF). This setting ignores framerate conversion. System behavior for
Anchor Timecode varies depending on your setting for Timecode source (TimecodeSource). * If Timecode
source (TimecodeSource) is set to Specified Start (specifiedstart), the first input frame is the specified
value in Start Timecode (Start). Anchor Timecode (Anchor) and Start Timecode (Start) are used calculate
output timecode. * If Timecode source (TimecodeSource) is set to Start at 0 (zerobased) the first frame is
00:00:00:00. * If Timecode source (TimecodeSource) is set to Embedded (embedded), the first frame is the
timecode value on the first input frame of the input.public String getAnchor()
public TimecodeConfig withAnchor(String anchor)
anchor
- If you use an editing platform that relies on an anchor timecode, use Anchor Timecode (Anchor) to specify
a timecode that will match the input video frame to the output video frame. Use 24-hour format with frame
number, (HH:MM:SS:FF) or (HH:MM:SS;FF). This setting ignores framerate conversion. System behavior for
Anchor Timecode varies depending on your setting for Timecode source (TimecodeSource). * If Timecode
source (TimecodeSource) is set to Specified Start (specifiedstart), the first input frame is the specified
value in Start Timecode (Start). Anchor Timecode (Anchor) and Start Timecode (Start) are used calculate
output timecode. * If Timecode source (TimecodeSource) is set to Start at 0 (zerobased) the first frame is
00:00:00:00. * If Timecode source (TimecodeSource) is set to Embedded (embedded), the first frame is the
timecode value on the first input frame of the input.public void setSource(String source)
source
- TimecodeSource
public String getSource()
TimecodeSource
public TimecodeConfig withSource(String source)
source
- TimecodeSource
public TimecodeConfig withSource(TimecodeSource source)
source
- TimecodeSource
public void setStart(String start)
start
- Only use when you set Timecode Source (TimecodeSource) to Specified Start (SPECIFIEDSTART). Use Start
timecode (Start) to specify the timecode for the initial frame. Use 24-hour format with frame number,
(HH:MM:SS:FF) or (HH:MM:SS;FF).public String getStart()
public TimecodeConfig withStart(String start)
start
- Only use when you set Timecode Source (TimecodeSource) to Specified Start (SPECIFIEDSTART). Use Start
timecode (Start) to specify the timecode for the initial frame. Use 24-hour format with frame number,
(HH:MM:SS:FF) or (HH:MM:SS;FF).public void setTimestampOffset(String timestampOffset)
timestampOffset
- Only applies to outputs that support program-date-time stamp. Use Time stamp offset (TimestampOffset) to
overwrite the timecode date without affecting the time and frame number. Provide the new date as a string
in the format "yyyy-mm-dd". To use Time stamp offset, you must also enable Insert program-date-time
(InsertProgramDateTime) in the output settings.public String getTimestampOffset()
public TimecodeConfig withTimestampOffset(String timestampOffset)
timestampOffset
- Only applies to outputs that support program-date-time stamp. Use Time stamp offset (TimestampOffset) to
overwrite the timecode date without affecting the time and frame number. Provide the new date as a string
in the format "yyyy-mm-dd". To use Time stamp offset, you must also enable Insert program-date-time
(InsertProgramDateTime) in the output settings.public String toString()
toString
in class Object
Object.toString()
public TimecodeConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.