@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() |
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)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setConvert608To708(String convert608To708) |
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; useful for testing and debugging.
|
EmbeddedSourceSettings |
withConvert608To708(EmbeddedConvert608To708 convert608To708) |
EmbeddedSourceSettings |
withConvert608To708(String convert608To708) |
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
- EmbeddedConvert608To708
public String getConvert608To708()
EmbeddedConvert608To708
public EmbeddedSourceSettings withConvert608To708(String convert608To708)
convert608To708
- EmbeddedConvert608To708
public EmbeddedSourceSettings withConvert608To708(EmbeddedConvert608To708 convert608To708)
convert608To708
- EmbeddedConvert608To708
public 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 Object
Object.toString()
public EmbeddedSourceSettings 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.