@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SccDestinationSettings extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
SccDestinationSettings() |
Modifier and Type | Method and Description |
---|---|
SccDestinationSettings |
clone() |
boolean |
equals(Object obj) |
String |
getFramerate()
Set Framerate (SccDestinationFramerate) to make sure that the captions and the video are synchronized in the
output.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setFramerate(String framerate)
Set Framerate (SccDestinationFramerate) to make sure that the captions and the video are synchronized in the
output.
|
String |
toString()
Returns a string representation of this object.
|
SccDestinationSettings |
withFramerate(SccDestinationFramerate framerate)
Set Framerate (SccDestinationFramerate) to make sure that the captions and the video are synchronized in the
output.
|
SccDestinationSettings |
withFramerate(String framerate)
Set Framerate (SccDestinationFramerate) to make sure that the captions and the video are synchronized in the
output.
|
public void setFramerate(String framerate)
framerate
- Set Framerate (SccDestinationFramerate) to make sure that the captions and the video are synchronized in
the output. Specify a frame rate that matches the frame rate of the associated video. If the video frame
rate is 29.97, choose 29.97 dropframe (FRAMERATE_29_97_DROPFRAME) only if the video has
video_insertion=true and drop_frame_timecode=true; otherwise, choose 29.97 non-dropframe
(FRAMERATE_29_97_NON_DROPFRAME).SccDestinationFramerate
public String getFramerate()
SccDestinationFramerate
public SccDestinationSettings withFramerate(String framerate)
framerate
- Set Framerate (SccDestinationFramerate) to make sure that the captions and the video are synchronized in
the output. Specify a frame rate that matches the frame rate of the associated video. If the video frame
rate is 29.97, choose 29.97 dropframe (FRAMERATE_29_97_DROPFRAME) only if the video has
video_insertion=true and drop_frame_timecode=true; otherwise, choose 29.97 non-dropframe
(FRAMERATE_29_97_NON_DROPFRAME).SccDestinationFramerate
public SccDestinationSettings withFramerate(SccDestinationFramerate framerate)
framerate
- Set Framerate (SccDestinationFramerate) to make sure that the captions and the video are synchronized in
the output. Specify a frame rate that matches the frame rate of the associated video. If the video frame
rate is 29.97, choose 29.97 dropframe (FRAMERATE_29_97_DROPFRAME) only if the video has
video_insertion=true and drop_frame_timecode=true; otherwise, choose 29.97 non-dropframe
(FRAMERATE_29_97_NON_DROPFRAME).SccDestinationFramerate
public String toString()
toString
in class Object
Object.toString()
public SccDestinationSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.