public static interface EmbeddedSourceSettings.Builder extends CopyableBuilder<EmbeddedSourceSettings.Builder,EmbeddedSourceSettings>
Modifier and Type | Method and Description |
---|---|
EmbeddedSourceSettings.Builder |
convert608To708(EmbeddedConvert608To708 convert608To708)
If upconvert, 608 data is both passed through via the "608 compatibility bytes" fields of the 708 wrapper as
well as translated into 708.
|
EmbeddedSourceSettings.Builder |
convert608To708(String convert608To708)
If upconvert, 608 data is both passed through via the "608 compatibility bytes" fields of the 708 wrapper as
well as translated into 708.
|
EmbeddedSourceSettings.Builder |
scte20Detection(EmbeddedScte20Detection scte20Detection)
Set to "auto" to handle streams with intermittent and/or non-aligned SCTE-20 and Embedded captions.
|
EmbeddedSourceSettings.Builder |
scte20Detection(String scte20Detection)
Set to "auto" to handle streams with intermittent and/or non-aligned SCTE-20 and Embedded captions.
|
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)
This field is unused and deprecated.
|
copy
applyMutation, build
EmbeddedSourceSettings.Builder convert608To708(String convert608To708)
convert608To708
- If upconvert, 608 data is both passed through via the "608 compatibility bytes" fields of the 708
wrapper as well as translated into 708. 708 data present in the source content will be discarded.EmbeddedConvert608To708
,
EmbeddedConvert608To708
EmbeddedSourceSettings.Builder convert608To708(EmbeddedConvert608To708 convert608To708)
convert608To708
- If upconvert, 608 data is both passed through via the "608 compatibility bytes" fields of the 708
wrapper as well as translated into 708. 708 data present in the source content will be discarded.EmbeddedConvert608To708
,
EmbeddedConvert608To708
EmbeddedSourceSettings.Builder scte20Detection(String scte20Detection)
scte20Detection
- Set to "auto" to handle streams with intermittent and/or non-aligned SCTE-20 and Embedded captions.EmbeddedScte20Detection
,
EmbeddedScte20Detection
EmbeddedSourceSettings.Builder scte20Detection(EmbeddedScte20Detection scte20Detection)
scte20Detection
- Set to "auto" to handle streams with intermittent and/or non-aligned SCTE-20 and Embedded captions.EmbeddedScte20Detection
,
EmbeddedScte20Detection
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
- This field is unused and deprecated.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.