@Generated(value="software.amazon.awssdk:codegen") public final class Scte20SourceSettings extends Object implements StructuredPojo, 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() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
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() |
copy
public 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()
.
Scte20Convert608To708
public 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()
.
Scte20Convert608To708
public Integer source608ChannelNumber()
public Scte20SourceSettings.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<Scte20SourceSettings.Builder,Scte20SourceSettings>
public static Scte20SourceSettings.Builder builder()
public static Class<? extends Scte20SourceSettings.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.