@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, 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 AncillarySourceSettings ancillarySourceSettings()
public DvbSubSourceSettings dvbSubSourceSettings()
public EmbeddedSourceSettings embeddedSourceSettings()
public FileSourceSettings fileSourceSettings()
public 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 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 TeletextSourceSettings teletextSourceSettings()
public 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 boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
Copyright © 2019. All rights reserved.