@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EmbeddedSourceSettings extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
EmbeddedSourceSettings() |
| Modifier and Type | Method and Description |
|---|---|
EmbeddedSourceSettings |
clone() |
boolean |
equals(Object obj) |
String |
getConvert608To708()
When set to UPCONVERT, 608 data is both passed through via the "608 compatibility bytes" fields of the 708
wrapper as well as translated into 708.
|
Integer |
getSource608ChannelNumber()
Specifies the 608/708 channel number within the video track from which to extract captions.
|
Integer |
getSource608TrackNumber()
Specifies the video track index used for extracting captions.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setConvert608To708(String convert608To708)
When set to UPCONVERT, 608 data is both passed through via the "608 compatibility bytes" fields of the 708
wrapper as well as translated into 708.
|
void |
setSource608ChannelNumber(Integer source608ChannelNumber)
Specifies the 608/708 channel number within the video track from which to extract captions.
|
void |
setSource608TrackNumber(Integer source608TrackNumber)
Specifies the video track index used for extracting captions.
|
String |
toString()
Returns a string representation of this object.
|
EmbeddedSourceSettings |
withConvert608To708(EmbeddedConvert608To708 convert608To708)
When set to UPCONVERT, 608 data is both passed through via the "608 compatibility bytes" fields of the 708
wrapper as well as translated into 708.
|
EmbeddedSourceSettings |
withConvert608To708(String convert608To708)
When set to UPCONVERT, 608 data is both passed through via the "608 compatibility bytes" fields of the 708
wrapper as well as translated into 708.
|
EmbeddedSourceSettings |
withSource608ChannelNumber(Integer source608ChannelNumber)
Specifies the 608/708 channel number within the video track from which to extract captions.
|
EmbeddedSourceSettings |
withSource608TrackNumber(Integer source608TrackNumber)
Specifies the video track index used for extracting captions.
|
public void setConvert608To708(String convert608To708)
convert608To708 - When set to UPCONVERT, 608 data is both passed through via the "608 compatibility bytes" fields of the 708
wrapper as well as translated into 708. 708 data present in the source content will be discarded.EmbeddedConvert608To708public String getConvert608To708()
EmbeddedConvert608To708public EmbeddedSourceSettings withConvert608To708(String convert608To708)
convert608To708 - When set to UPCONVERT, 608 data is both passed through via the "608 compatibility bytes" fields of the 708
wrapper as well as translated into 708. 708 data present in the source content will be discarded.EmbeddedConvert608To708public EmbeddedSourceSettings withConvert608To708(EmbeddedConvert608To708 convert608To708)
convert608To708 - When set to UPCONVERT, 608 data is both passed through via the "608 compatibility bytes" fields of the 708
wrapper as well as translated into 708. 708 data present in the source content will be discarded.EmbeddedConvert608To708public void setSource608ChannelNumber(Integer source608ChannelNumber)
source608ChannelNumber - Specifies the 608/708 channel number within the video track from which to extract captions. Unused for
passthrough.public Integer getSource608ChannelNumber()
public EmbeddedSourceSettings withSource608ChannelNumber(Integer source608ChannelNumber)
source608ChannelNumber - Specifies the 608/708 channel number within the video track from which to extract captions. Unused for
passthrough.public void setSource608TrackNumber(Integer source608TrackNumber)
source608TrackNumber - Specifies the video track index used for extracting captions. The system only supports one input video
track, so this should always be set to '1'.public Integer getSource608TrackNumber()
public EmbeddedSourceSettings withSource608TrackNumber(Integer source608TrackNumber)
source608TrackNumber - Specifies the video track index used for extracting captions. The system only supports one input video
track, so this should always be set to '1'.public String toString()
toString in class ObjectObject.toString()public EmbeddedSourceSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2019. All rights reserved.