@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()
Specify whether this set of input captions appears in your outputs in both 608 and 708 format.
|
String |
convert608To708AsString()
Specify whether this set of input captions appears in your outputs in both 608 and 708 format.
|
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 EmbeddedSourceSettings.Builder> |
serializableBuilderClass() |
Integer |
source608ChannelNumber()
Specifies the 608/708 channel number within the video track from which to extract captions.
|
Integer |
source608TrackNumber()
Specifies the video track index used for extracting captions.
|
EmbeddedTerminateCaptions |
terminateCaptions()
By default, the service terminates any unterminated captions at the end of each input.
|
String |
terminateCaptionsAsString()
By default, the service terminates any unterminated captions at the end of each input.
|
EmbeddedSourceSettings.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public 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()
.
EmbeddedConvert608To708
public 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()
.
EmbeddedConvert608To708
public final Integer source608ChannelNumber()
public final Integer source608TrackNumber()
public final EmbeddedTerminateCaptions terminateCaptions()
If the service returns an enum value that is not available in the current SDK version, terminateCaptions
will return EmbeddedTerminateCaptions.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is
available from terminateCaptionsAsString()
.
EmbeddedTerminateCaptions
public final String terminateCaptionsAsString()
If the service returns an enum value that is not available in the current SDK version, terminateCaptions
will return EmbeddedTerminateCaptions.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is
available from terminateCaptionsAsString()
.
EmbeddedTerminateCaptions
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 SdkPojo
public final String toString()
Copyright © 2021. All rights reserved.