public static interface EmbeddedSourceSettings.Builder extends SdkPojo, CopyableBuilder<EmbeddedSourceSettings.Builder,EmbeddedSourceSettings>
Modifier and Type | Method and Description |
---|---|
EmbeddedSourceSettings.Builder |
convert608To708(EmbeddedConvert608To708 convert608To708)
Specify whether this set of input captions appears in your outputs in both 608 and 708 format.
|
EmbeddedSourceSettings.Builder |
convert608To708(String convert608To708)
Specify whether this set of input captions appears in your outputs in both 608 and 708 format.
|
EmbeddedSourceSettings.Builder |
source608ChannelNumber(Integer source608ChannelNumber)
Specifies the 608/708 channel number within the video track from which to extract captions.
|
EmbeddedSourceSettings.Builder |
source608TrackNumber(Integer source608TrackNumber)
Specifies the video track index used for extracting captions.
|
EmbeddedSourceSettings.Builder |
terminateCaptions(EmbeddedTerminateCaptions terminateCaptions)
By default, the service terminates any unterminated captions at the end of each input.
|
EmbeddedSourceSettings.Builder |
terminateCaptions(String terminateCaptions)
By default, the service terminates any unterminated captions at the end of each input.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
EmbeddedSourceSettings.Builder convert608To708(String convert608To708)
convert608To708
- Specify whether this set of input captions appears in your outputs in both 608 and 708 format. If you
choose Upconvert (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
,
EmbeddedConvert608To708
EmbeddedSourceSettings.Builder convert608To708(EmbeddedConvert608To708 convert608To708)
convert608To708
- Specify whether this set of input captions appears in your outputs in both 608 and 708 format. If you
choose Upconvert (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
,
EmbeddedConvert608To708
EmbeddedSourceSettings.Builder source608ChannelNumber(Integer source608ChannelNumber)
source608ChannelNumber
- Specifies the 608/708 channel number within the video track from which to extract captions. Unused for
passthrough.EmbeddedSourceSettings.Builder source608TrackNumber(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'.EmbeddedSourceSettings.Builder terminateCaptions(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
,
EmbeddedTerminateCaptions
EmbeddedSourceSettings.Builder terminateCaptions(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
,
EmbeddedTerminateCaptions
Copyright © 2022. All rights reserved.