@Generated(value="software.amazon.awssdk:codegen") public final class FileSourceSettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FileSourceSettings.Builder,FileSourceSettings>
| Modifier and Type | Class and Description |
|---|---|
static interface |
FileSourceSettings.Builder |
| Modifier and Type | Method and Description |
|---|---|
static FileSourceSettings.Builder |
builder() |
FileSourceConvert608To708 |
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.
|
CaptionSourceConvertPaintOnToPopOn |
convertPaintToPop()
Choose the presentation style of your input SCC captions.
|
String |
convertPaintToPopAsString()
Choose the presentation style of your input SCC captions.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
CaptionSourceFramerate |
framerate()
Ignore this setting unless your input captions format is SCC.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends FileSourceSettings.Builder> |
serializableBuilderClass() |
String |
sourceFile()
External caption file used for loading captions.
|
Integer |
timeDelta()
Optional.
|
FileSourceTimeDeltaUnits |
timeDeltaUnits()
When you use the setting Time delta to adjust the sync between your sidecar captions and your video, use this
setting to specify the units for the delta that you specify.
|
String |
timeDeltaUnitsAsString()
When you use the setting Time delta to adjust the sync between your sidecar captions and your video, use this
setting to specify the units for the delta that you specify.
|
FileSourceSettings.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final FileSourceConvert608To708 convert608To708()
If the service returns an enum value that is not available in the current SDK version, convert608To708
will return FileSourceConvert608To708.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from convert608To708AsString().
FileSourceConvert608To708public final String convert608To708AsString()
If the service returns an enum value that is not available in the current SDK version, convert608To708
will return FileSourceConvert608To708.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from convert608To708AsString().
FileSourceConvert608To708public final CaptionSourceConvertPaintOnToPopOn convertPaintToPop()
If the service returns an enum value that is not available in the current SDK version, convertPaintToPop
will return CaptionSourceConvertPaintOnToPopOn.UNKNOWN_TO_SDK_VERSION. The raw value returned by the
service is available from convertPaintToPopAsString().
CaptionSourceConvertPaintOnToPopOnpublic final String convertPaintToPopAsString()
If the service returns an enum value that is not available in the current SDK version, convertPaintToPop
will return CaptionSourceConvertPaintOnToPopOn.UNKNOWN_TO_SDK_VERSION. The raw value returned by the
service is available from convertPaintToPopAsString().
CaptionSourceConvertPaintOnToPopOnpublic final CaptionSourceFramerate framerate()
public final String sourceFile()
public final Integer timeDelta()
public final FileSourceTimeDeltaUnits timeDeltaUnits()
If the service returns an enum value that is not available in the current SDK version, timeDeltaUnits
will return FileSourceTimeDeltaUnits.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from timeDeltaUnitsAsString().
FileSourceTimeDeltaUnitspublic final String timeDeltaUnitsAsString()
If the service returns an enum value that is not available in the current SDK version, timeDeltaUnits
will return FileSourceTimeDeltaUnits.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from timeDeltaUnitsAsString().
FileSourceTimeDeltaUnitspublic FileSourceSettings.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<FileSourceSettings.Builder,FileSourceSettings>public static FileSourceSettings.Builder builder()
public static Class<? extends FileSourceSettings.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.