@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Scte20SourceSettings extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
Scte20SourceSettings() |
Modifier and Type | Method and Description |
---|---|
Scte20SourceSettings |
clone() |
boolean |
equals(Object obj) |
String |
getConvert608To708()
If 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.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setConvert608To708(String convert608To708)
If 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.
|
String |
toString()
Returns a string representation of this object.
|
Scte20SourceSettings |
withConvert608To708(Scte20Convert608To708 convert608To708)
If upconvert, 608 data is both passed through via the "608 compatibility bytes" fields of the 708 wrapper as well
as translated into 708.
|
Scte20SourceSettings |
withConvert608To708(String convert608To708)
If upconvert, 608 data is both passed through via the "608 compatibility bytes" fields of the 708 wrapper as well
as translated into 708.
|
Scte20SourceSettings |
withSource608ChannelNumber(Integer source608ChannelNumber)
Specifies the 608/708 channel number within the video track from which to extract captions.
|
public void setConvert608To708(String convert608To708)
convert608To708
- If 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.Scte20Convert608To708
public String getConvert608To708()
Scte20Convert608To708
public Scte20SourceSettings withConvert608To708(String convert608To708)
convert608To708
- If 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.Scte20Convert608To708
public Scte20SourceSettings withConvert608To708(Scte20Convert608To708 convert608To708)
convert608To708
- If 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.Scte20Convert608To708
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 Scte20SourceSettings withSource608ChannelNumber(Integer source608ChannelNumber)
source608ChannelNumber
- Specifies the 608/708 channel number within the video track from which to extract captions. Unused for
passthrough.public String toString()
toString
in class Object
Object.toString()
public Scte20SourceSettings 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.