@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()
Specify whether this set of input captions appears in your outputs in both 608 and 708 format.
|
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.
|
String |
getTerminateCaptions()
By default, the service terminates any unterminated captions at the end of each input.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setConvert608To708(String convert608To708)
Specify whether this set of input captions appears in your outputs in both 608 and 708 format.
|
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.
|
void |
setTerminateCaptions(String terminateCaptions)
By default, the service terminates any unterminated captions at the end of each input.
|
String |
toString()
Returns a string representation of this object.
|
EmbeddedSourceSettings |
withConvert608To708(EmbeddedConvert608To708 convert608To708)
Specify whether this set of input captions appears in your outputs in both 608 and 708 format.
|
EmbeddedSourceSettings |
withConvert608To708(String convert608To708)
Specify whether this set of input captions appears in your outputs in both 608 and 708 format.
|
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.
|
EmbeddedSourceSettings |
withTerminateCaptions(EmbeddedTerminateCaptions terminateCaptions)
By default, the service terminates any unterminated captions at the end of each input.
|
EmbeddedSourceSettings |
withTerminateCaptions(String terminateCaptions)
By default, the service terminates any unterminated captions at the end of each input.
|
public void setConvert608To708(String convert608To708)
convert608To708
- Specify whether this set of input captions appears in your outputs in both 608 and 708 format. If you
choose Upconvert, MediaConvert includes the captions data in two ways: it passes the 608 data through
using the 608 compatibility bytes fields of the 708 wrapper, and it also translates the 608 data into 708.EmbeddedConvert608To708
public String getConvert608To708()
EmbeddedConvert608To708
public EmbeddedSourceSettings withConvert608To708(String convert608To708)
convert608To708
- Specify whether this set of input captions appears in your outputs in both 608 and 708 format. If you
choose Upconvert, MediaConvert includes the captions data in two ways: it passes the 608 data through
using the 608 compatibility bytes fields of the 708 wrapper, and it also translates the 608 data into 708.EmbeddedConvert608To708
public EmbeddedSourceSettings withConvert608To708(EmbeddedConvert608To708 convert608To708)
convert608To708
- Specify whether this set of input captions appears in your outputs in both 608 and 708 format. If you
choose Upconvert, MediaConvert includes the captions data in two ways: it passes the 608 data through
using the 608 compatibility bytes fields of the 708 wrapper, and it also translates the 608 data into 708.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 void setTerminateCaptions(String terminateCaptions)
terminateCaptions
- By default, the service terminates any unterminated captions at the end of each input. If you want the
caption to continue onto your next input, disable this setting.EmbeddedTerminateCaptions
public String getTerminateCaptions()
EmbeddedTerminateCaptions
public EmbeddedSourceSettings withTerminateCaptions(String terminateCaptions)
terminateCaptions
- By default, the service terminates any unterminated captions at the end of each input. If you want the
caption to continue onto your next input, disable this setting.EmbeddedTerminateCaptions
public EmbeddedSourceSettings withTerminateCaptions(EmbeddedTerminateCaptions terminateCaptions)
terminateCaptions
- By default, the service terminates any unterminated captions at the end of each input. If you want the
caption to continue onto your next input, disable this setting.EmbeddedTerminateCaptions
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.