@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()
If upconvert, 608 data is both passed through via the "608 compatibility bytes" fields of the 708 wrapper as well
as translated into 708.
|
String |
getScte20Detection()
Set to "auto" to handle streams with intermittent and/or non-aligned SCTE-20 and Embedded captions.
|
Integer |
getSource608ChannelNumber()
Specifies the 608/708 channel number within the video track from which to extract captions.
|
Integer |
getSource608TrackNumber()
This field is unused and deprecated.
|
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 |
setScte20Detection(String scte20Detection)
Set to "auto" to handle streams with intermittent and/or non-aligned SCTE-20 and Embedded captions.
|
void |
setSource608ChannelNumber(Integer source608ChannelNumber)
Specifies the 608/708 channel number within the video track from which to extract captions.
|
void |
setSource608TrackNumber(Integer source608TrackNumber)
This field is unused and deprecated.
|
String |
toString()
Returns a string representation of this object.
|
EmbeddedSourceSettings |
withConvert608To708(EmbeddedConvert608To708 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.
|
EmbeddedSourceSettings |
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.
|
EmbeddedSourceSettings |
withScte20Detection(EmbeddedScte20Detection scte20Detection)
Set to "auto" to handle streams with intermittent and/or non-aligned SCTE-20 and Embedded captions.
|
EmbeddedSourceSettings |
withScte20Detection(String scte20Detection)
Set to "auto" to handle streams with intermittent and/or non-aligned SCTE-20 and Embedded captions.
|
EmbeddedSourceSettings |
withSource608ChannelNumber(Integer source608ChannelNumber)
Specifies the 608/708 channel number within the video track from which to extract captions.
|
EmbeddedSourceSettings |
withSource608TrackNumber(Integer source608TrackNumber)
This field is unused and deprecated.
|
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.EmbeddedConvert608To708
public String getConvert608To708()
EmbeddedConvert608To708
public EmbeddedSourceSettings 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.EmbeddedConvert608To708
public EmbeddedSourceSettings withConvert608To708(EmbeddedConvert608To708 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.EmbeddedConvert608To708
public void setScte20Detection(String scte20Detection)
scte20Detection
- Set to "auto" to handle streams with intermittent and/or non-aligned SCTE-20 and Embedded captions.EmbeddedScte20Detection
public String getScte20Detection()
EmbeddedScte20Detection
public EmbeddedSourceSettings withScte20Detection(String scte20Detection)
scte20Detection
- Set to "auto" to handle streams with intermittent and/or non-aligned SCTE-20 and Embedded captions.EmbeddedScte20Detection
public EmbeddedSourceSettings withScte20Detection(EmbeddedScte20Detection scte20Detection)
scte20Detection
- Set to "auto" to handle streams with intermittent and/or non-aligned SCTE-20 and Embedded captions.EmbeddedScte20Detection
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
- This field is unused and deprecated.public Integer getSource608TrackNumber()
public EmbeddedSourceSettings withSource608TrackNumber(Integer source608TrackNumber)
source608TrackNumber
- This field is unused and deprecated.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.