@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EmbeddedDestinationSettings extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
EmbeddedDestinationSettings() |
Modifier and Type | Method and Description |
---|---|
EmbeddedDestinationSettings |
clone() |
boolean |
equals(Object obj) |
Integer |
getDestination608ChannelNumber()
Ignore this setting unless your input captions are SCC format and your output captions are embedded in the video
stream.
|
Integer |
getDestination708ServiceNumber()
Ignore this setting unless your input captions are SCC format and you want both 608 and 708 captions embedded in
your output stream.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDestination608ChannelNumber(Integer destination608ChannelNumber)
Ignore this setting unless your input captions are SCC format and your output captions are embedded in the video
stream.
|
void |
setDestination708ServiceNumber(Integer destination708ServiceNumber)
Ignore this setting unless your input captions are SCC format and you want both 608 and 708 captions embedded in
your output stream.
|
String |
toString()
Returns a string representation of this object.
|
EmbeddedDestinationSettings |
withDestination608ChannelNumber(Integer destination608ChannelNumber)
Ignore this setting unless your input captions are SCC format and your output captions are embedded in the video
stream.
|
EmbeddedDestinationSettings |
withDestination708ServiceNumber(Integer destination708ServiceNumber)
Ignore this setting unless your input captions are SCC format and you want both 608 and 708 captions embedded in
your output stream.
|
public void setDestination608ChannelNumber(Integer destination608ChannelNumber)
destination608ChannelNumber
- Ignore this setting unless your input captions are SCC format and your output captions are embedded in the
video stream. Specify a CC number for each captions channel in this output. If you have two channels,
choose CC numbers that aren't in the same field. For example, choose 1 and 3. For more information, see
https://docs.aws.amazon.com/console/mediaconvert/dual-scc-to-embedded.public Integer getDestination608ChannelNumber()
public EmbeddedDestinationSettings withDestination608ChannelNumber(Integer destination608ChannelNumber)
destination608ChannelNumber
- Ignore this setting unless your input captions are SCC format and your output captions are embedded in the
video stream. Specify a CC number for each captions channel in this output. If you have two channels,
choose CC numbers that aren't in the same field. For example, choose 1 and 3. For more information, see
https://docs.aws.amazon.com/console/mediaconvert/dual-scc-to-embedded.public void setDestination708ServiceNumber(Integer destination708ServiceNumber)
destination708ServiceNumber
- Ignore this setting unless your input captions are SCC format and you want both 608 and 708 captions
embedded in your output stream. Optionally, specify the 708 service number for each output captions
channel. Choose a different number for each channel. To use this setting, also set Force 608 to 708
upconvert to Upconvert in your input captions selector settings. If you choose to upconvert but don't
specify a 708 service number, MediaConvert uses the number that you specify for CC channel number for the
708 service number. For more information, see
https://docs.aws.amazon.com/console/mediaconvert/dual-scc-to-embedded.public Integer getDestination708ServiceNumber()
public EmbeddedDestinationSettings withDestination708ServiceNumber(Integer destination708ServiceNumber)
destination708ServiceNumber
- Ignore this setting unless your input captions are SCC format and you want both 608 and 708 captions
embedded in your output stream. Optionally, specify the 708 service number for each output captions
channel. Choose a different number for each channel. To use this setting, also set Force 608 to 708
upconvert to Upconvert in your input captions selector settings. If you choose to upconvert but don't
specify a 708 service number, MediaConvert uses the number that you specify for CC channel number for the
708 service number. For more information, see
https://docs.aws.amazon.com/console/mediaconvert/dual-scc-to-embedded.public String toString()
toString
in class Object
Object.toString()
public EmbeddedDestinationSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.