Interface EmbeddedDestinationSettings.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<EmbeddedDestinationSettings.Builder,
,EmbeddedDestinationSettings> SdkBuilder<EmbeddedDestinationSettings.Builder,
,EmbeddedDestinationSettings> SdkPojo
- Enclosing class:
EmbeddedDestinationSettings
public static interface EmbeddedDestinationSettings.Builder
extends SdkPojo, CopyableBuilder<EmbeddedDestinationSettings.Builder,EmbeddedDestinationSettings>
-
Method Summary
Modifier and TypeMethodDescriptiondestination608ChannelNumber
(Integer destination608ChannelNumber) Ignore this setting unless your input captions are SCC format and your output captions are embedded in the video stream.destination708ServiceNumber
(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.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
destination608ChannelNumber
EmbeddedDestinationSettings.Builder destination608ChannelNumber(Integer 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.- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
destination708ServiceNumber
EmbeddedDestinationSettings.Builder destination708ServiceNumber(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. 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.- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-