@Generated(value="software.amazon.awssdk:codegen") public class EmbeddedSourceSettings extends Object implements StructuredPojo, ToCopyableBuilder<EmbeddedSourceSettings.Builder,EmbeddedSourceSettings>
| Modifier and Type | Class and Description |
|---|---|
static interface |
EmbeddedSourceSettings.Builder |
| Modifier and Type | Method and Description |
|---|---|
static EmbeddedSourceSettings.Builder |
builder() |
EmbeddedConvert608To708 |
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. |
EmbeddedScte20Detection |
scte20Detection()
Set to "auto" to handle streams with intermittent and/or non-aligned SCTE-20 and Embedded captions.
|
String |
scte20DetectionAsString()
Set to "auto" to handle streams with intermittent and/or non-aligned SCTE-20 and Embedded captions.
|
static Class<? extends EmbeddedSourceSettings.Builder> |
serializableBuilderClass() |
Integer |
source608ChannelNumber()
Specifies the 608/708 channel number within the video track from which to extract captions.
|
Integer |
source608TrackNumber()
This field is unused and deprecated.
|
EmbeddedSourceSettings.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copypublic EmbeddedConvert608To708 convert608To708()
If the service returns an enum value that is not available in the current SDK version, convert608To708
will return EmbeddedConvert608To708.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from convert608To708AsString().
EmbeddedConvert608To708public String convert608To708AsString()
If the service returns an enum value that is not available in the current SDK version, convert608To708
will return EmbeddedConvert608To708.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from convert608To708AsString().
EmbeddedConvert608To708public EmbeddedScte20Detection scte20Detection()
If the service returns an enum value that is not available in the current SDK version, scte20Detection
will return EmbeddedScte20Detection.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from scte20DetectionAsString().
EmbeddedScte20Detectionpublic String scte20DetectionAsString()
If the service returns an enum value that is not available in the current SDK version, scte20Detection
will return EmbeddedScte20Detection.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from scte20DetectionAsString().
EmbeddedScte20Detectionpublic Integer source608ChannelNumber()
public Integer source608TrackNumber()
public EmbeddedSourceSettings.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<EmbeddedSourceSettings.Builder,EmbeddedSourceSettings>public static EmbeddedSourceSettings.Builder builder()
public static Class<? extends EmbeddedSourceSettings.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.