Class Scte20SourceSettings
- java.lang.Object
-
- software.amazon.awssdk.services.medialive.model.Scte20SourceSettings
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<Scte20SourceSettings.Builder,Scte20SourceSettings>
@Generated("software.amazon.awssdk:codegen") public final class Scte20SourceSettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Scte20SourceSettings.Builder,Scte20SourceSettings>
Scte20 Source Settings- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceScte20SourceSettings.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Scte20SourceSettings.Builderbuilder()Scte20Convert608To708convert608To708()If upconvert, 608 data is both passed through via the "608 compatibility bytes" fields of the 708 wrapper as well as translated into 708.Stringconvert608To708AsString()If upconvert, 608 data is both passed through via the "608 compatibility bytes" fields of the 708 wrapper as well as translated into 708.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends Scte20SourceSettings.Builder>serializableBuilderClass()Integersource608ChannelNumber()Specifies the 608/708 channel number within the video track from which to extract captions.Scte20SourceSettings.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
convert608To708
public final 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. 708 data present in the source content will be discarded.If the service returns an enum value that is not available in the current SDK version,
convert608To708will returnScte20Convert608To708.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromconvert608To708AsString().- Returns:
- 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.
- See Also:
Scte20Convert608To708
-
convert608To708AsString
public final String convert608To708AsString()
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.If the service returns an enum value that is not available in the current SDK version,
convert608To708will returnScte20Convert608To708.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromconvert608To708AsString().- Returns:
- 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.
- See Also:
Scte20Convert608To708
-
source608ChannelNumber
public final Integer source608ChannelNumber()
Specifies the 608/708 channel number within the video track from which to extract captions. Unused for passthrough.- Returns:
- Specifies the 608/708 channel number within the video track from which to extract captions. Unused for passthrough.
-
toBuilder
public Scte20SourceSettings.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<Scte20SourceSettings.Builder,Scte20SourceSettings>
-
builder
public static Scte20SourceSettings.Builder builder()
-
serializableBuilderClass
public static Class<? extends Scte20SourceSettings.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-