Interface EmbeddedSourceSettings.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<EmbeddedSourceSettings.Builder,EmbeddedSourceSettings>,SdkBuilder<EmbeddedSourceSettings.Builder,EmbeddedSourceSettings>,SdkPojo
- Enclosing class:
- EmbeddedSourceSettings
public static interface EmbeddedSourceSettings.Builder extends SdkPojo, CopyableBuilder<EmbeddedSourceSettings.Builder,EmbeddedSourceSettings>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EmbeddedSourceSettings.Builderconvert608To708(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.Builderconvert608To708(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.Builderscte20Detection(String scte20Detection)Set to "auto" to handle streams with intermittent and/or non-aligned SCTE-20 and Embedded captions.EmbeddedSourceSettings.Builderscte20Detection(EmbeddedScte20Detection scte20Detection)Set to "auto" to handle streams with intermittent and/or non-aligned SCTE-20 and Embedded captions.EmbeddedSourceSettings.Buildersource608ChannelNumber(Integer source608ChannelNumber)Specifies the 608/708 channel number within the video track from which to extract captions.EmbeddedSourceSettings.Buildersource608TrackNumber(Integer source608TrackNumber)This field is unused and deprecated.-
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 Detail
-
convert608To708
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. 708 data present in the source content will be discarded.- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
EmbeddedConvert608To708,EmbeddedConvert608To708
-
convert608To708
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. 708 data present in the source content will be discarded.- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
EmbeddedConvert608To708,EmbeddedConvert608To708
-
scte20Detection
EmbeddedSourceSettings.Builder scte20Detection(String scte20Detection)
Set to "auto" to handle streams with intermittent and/or non-aligned SCTE-20 and Embedded captions.- Parameters:
scte20Detection- Set to "auto" to handle streams with intermittent and/or non-aligned SCTE-20 and Embedded captions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
EmbeddedScte20Detection,EmbeddedScte20Detection
-
scte20Detection
EmbeddedSourceSettings.Builder scte20Detection(EmbeddedScte20Detection scte20Detection)
Set to "auto" to handle streams with intermittent and/or non-aligned SCTE-20 and Embedded captions.- Parameters:
scte20Detection- Set to "auto" to handle streams with intermittent and/or non-aligned SCTE-20 and Embedded captions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
EmbeddedScte20Detection,EmbeddedScte20Detection
-
source608ChannelNumber
EmbeddedSourceSettings.Builder source608ChannelNumber(Integer source608ChannelNumber)
Specifies the 608/708 channel number within the video track from which to extract captions. Unused for passthrough.- Parameters:
source608ChannelNumber- Specifies the 608/708 channel number within the video track from which to extract captions. Unused for passthrough.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
source608TrackNumber
EmbeddedSourceSettings.Builder source608TrackNumber(Integer source608TrackNumber)
This field is unused and deprecated.- Parameters:
source608TrackNumber- This field is unused and deprecated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-