@Generated(value="software.amazon.awssdk:codegen") public final class EmbeddedSourceSettings extends Object implements SdkPojo, Serializable, 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) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
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.
|
List<SdkField<?>> |
sdkFields() |
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() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final 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 final 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 final 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 final 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 final Integer source608ChannelNumber()
public final Integer source608TrackNumber()
public EmbeddedSourceSettings.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<EmbeddedSourceSettings.Builder,EmbeddedSourceSettings>public static EmbeddedSourceSettings.Builder builder()
public static Class<? extends EmbeddedSourceSettings.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.