@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AncillarySourceSettings extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
AncillarySourceSettings() |
Modifier and Type | Method and Description |
---|---|
AncillarySourceSettings |
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 |
getSourceAncillaryChannelNumber()
Specifies the 608 channel number in the ancillary data track from which to extract 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 |
setSourceAncillaryChannelNumber(Integer sourceAncillaryChannelNumber)
Specifies the 608 channel number in the ancillary data track from which to extract 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.
|
AncillarySourceSettings |
withConvert608To708(AncillaryConvert608To708 convert608To708)
Specify whether this set of input captions appears in your outputs in both 608 and 708 format.
|
AncillarySourceSettings |
withConvert608To708(String convert608To708)
Specify whether this set of input captions appears in your outputs in both 608 and 708 format.
|
AncillarySourceSettings |
withSourceAncillaryChannelNumber(Integer sourceAncillaryChannelNumber)
Specifies the 608 channel number in the ancillary data track from which to extract captions.
|
AncillarySourceSettings |
withTerminateCaptions(AncillaryTerminateCaptions terminateCaptions)
By default, the service terminates any unterminated captions at the end of each input.
|
AncillarySourceSettings |
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.AncillaryConvert608To708
public String getConvert608To708()
AncillaryConvert608To708
public AncillarySourceSettings 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.AncillaryConvert608To708
public AncillarySourceSettings withConvert608To708(AncillaryConvert608To708 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.AncillaryConvert608To708
public void setSourceAncillaryChannelNumber(Integer sourceAncillaryChannelNumber)
sourceAncillaryChannelNumber
- Specifies the 608 channel number in the ancillary data track from which to extract captions. Unused for
passthrough.public Integer getSourceAncillaryChannelNumber()
public AncillarySourceSettings withSourceAncillaryChannelNumber(Integer sourceAncillaryChannelNumber)
sourceAncillaryChannelNumber
- Specifies the 608 channel number in the ancillary data track from which to extract captions. Unused for
passthrough.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.AncillaryTerminateCaptions
public String getTerminateCaptions()
AncillaryTerminateCaptions
public AncillarySourceSettings 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.AncillaryTerminateCaptions
public AncillarySourceSettings withTerminateCaptions(AncillaryTerminateCaptions 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.AncillaryTerminateCaptions
public String toString()
toString
in class Object
Object.toString()
public AncillarySourceSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.