@Generated(value="software.amazon.awssdk:codegen") public final class Scte20SourceSettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Scte20SourceSettings.Builder,Scte20SourceSettings>
| Modifier and Type | Class and Description |
|---|---|
static interface |
Scte20SourceSettings.Builder |
| Modifier and Type | Method and Description |
|---|---|
static Scte20SourceSettings.Builder |
builder() |
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.
|
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.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends Scte20SourceSettings.Builder> |
serializableBuilderClass() |
Integer |
source608ChannelNumber()
Specifies the 608/708 channel number within the video track from which to extract captions.
|
Scte20SourceSettings.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Scte20Convert608To708 convert608To708()
If the service returns an enum value that is not available in the current SDK version, convert608To708
will return Scte20Convert608To708.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from convert608To708AsString().
Scte20Convert608To708public final String convert608To708AsString()
If the service returns an enum value that is not available in the current SDK version, convert608To708
will return Scte20Convert608To708.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from convert608To708AsString().
Scte20Convert608To708public final Integer source608ChannelNumber()
public Scte20SourceSettings.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Scte20SourceSettings.Builder,Scte20SourceSettings>public static Scte20SourceSettings.Builder builder()
public static Class<? extends Scte20SourceSettings.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.