@Generated(value="software.amazon.awssdk:codegen") public final class CaptionSourceSettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CaptionSourceSettings.Builder,CaptionSourceSettings>
Modifier and Type | Class and Description |
---|---|
static interface |
CaptionSourceSettings.Builder |
Modifier and Type | Method and Description |
---|---|
AncillarySourceSettings |
ancillarySourceSettings()
Settings for ancillary captions source.
|
static CaptionSourceSettings.Builder |
builder() |
DvbSubSourceSettings |
dvbSubSourceSettings()
DVB Sub Source Settings
|
EmbeddedSourceSettings |
embeddedSourceSettings()
Settings for embedded captions Source
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
FileSourceSettings |
fileSourceSettings()
If your input captions are SCC, SMI, SRT, STL, TTML, WebVTT, or IMSC 1.1 in an xml file, specify the URI of the
input caption source file.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends CaptionSourceSettings.Builder> |
serializableBuilderClass() |
CaptionSourceType |
sourceType()
Use Source (SourceType) to identify the format of your input captions.
|
String |
sourceTypeAsString()
Use Source (SourceType) to identify the format of your input captions.
|
TeletextSourceSettings |
teletextSourceSettings()
Settings specific to Teletext caption sources, including Page number.
|
CaptionSourceSettings.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
TrackSourceSettings |
trackSourceSettings()
Settings specific to caption sources that are specified by track number.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final AncillarySourceSettings ancillarySourceSettings()
public final DvbSubSourceSettings dvbSubSourceSettings()
public final EmbeddedSourceSettings embeddedSourceSettings()
public final FileSourceSettings fileSourceSettings()
public final CaptionSourceType sourceType()
If the service returns an enum value that is not available in the current SDK version, sourceType
will
return CaptionSourceType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
sourceTypeAsString()
.
CaptionSourceType
public final String sourceTypeAsString()
If the service returns an enum value that is not available in the current SDK version, sourceType
will
return CaptionSourceType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
sourceTypeAsString()
.
CaptionSourceType
public final TeletextSourceSettings teletextSourceSettings()
public final TrackSourceSettings trackSourceSettings()
public CaptionSourceSettings.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<CaptionSourceSettings.Builder,CaptionSourceSettings>
public static CaptionSourceSettings.Builder builder()
public static Class<? extends CaptionSourceSettings.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2021. All rights reserved.