Interface Scte20SourceSettings.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Scte20SourceSettings.Builder,
,Scte20SourceSettings> SdkBuilder<Scte20SourceSettings.Builder,
,Scte20SourceSettings> SdkPojo
- Enclosing class:
Scte20SourceSettings
@Mutable
@NotThreadSafe
public static interface Scte20SourceSettings.Builder
extends SdkPojo, CopyableBuilder<Scte20SourceSettings.Builder,Scte20SourceSettings>
-
Method Summary
Modifier and TypeMethodDescriptionconvert608To708
(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.convert608To708
(Scte20Convert608To708 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.source608ChannelNumber
(Integer source608ChannelNumber) Specifies the 608/708 channel number within the video track from which to extract captions.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, sdkFieldNameToField, sdkFields
-
Method Details
-
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:
-
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:
-
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.
-