@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) |
<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()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copypublic 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 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 Integer source608ChannelNumber()
public Scte20SourceSettings.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<Scte20SourceSettings.Builder,Scte20SourceSettings>public static Scte20SourceSettings.Builder builder()
public static Class<? extends Scte20SourceSettings.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.