Class SrtDestinationSettings
- java.lang.Object
-
- software.amazon.awssdk.services.mediaconvert.model.SrtDestinationSettings
-
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<SrtDestinationSettings.Builder,SrtDestinationSettings>
@Generated("software.amazon.awssdk:codegen") public final class SrtDestinationSettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SrtDestinationSettings.Builder,SrtDestinationSettings>
Settings related to SRT captions. SRT is a sidecar format that holds captions in a file that is separate from the video container. Set up sidecar captions in the same output group, but different output from your video.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
SrtDestinationSettings.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SrtDestinationSettings.Builder
builder()
boolean
equals(Object obj)
boolean
equalsBySdkFields(Object obj)
<T> Optional<T>
getValueForField(String fieldName, Class<T> clazz)
int
hashCode()
Map<String,SdkField<?>>
sdkFieldNameToField()
List<SdkField<?>>
sdkFields()
static Class<? extends SrtDestinationSettings.Builder>
serializableBuilderClass()
SrtStylePassthrough
stylePassthrough()
Set Style passthrough to ENABLED to use the available style, color, and position information from your input captions.String
stylePassthroughAsString()
Set Style passthrough to ENABLED to use the available style, color, and position information from your input captions.SrtDestinationSettings.Builder
toBuilder()
String
toString()
Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
stylePassthrough
public final SrtStylePassthrough stylePassthrough()
Set Style passthrough to ENABLED to use the available style, color, and position information from your input captions. MediaConvert uses default settings for any missing style and position information in your input captions. Set Style passthrough to DISABLED, or leave blank, to ignore the style and position information from your input captions and use simplified output captions.If the service returns an enum value that is not available in the current SDK version,
stylePassthrough
will returnSrtStylePassthrough.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromstylePassthroughAsString()
.- Returns:
- Set Style passthrough to ENABLED to use the available style, color, and position information from your input captions. MediaConvert uses default settings for any missing style and position information in your input captions. Set Style passthrough to DISABLED, or leave blank, to ignore the style and position information from your input captions and use simplified output captions.
- See Also:
SrtStylePassthrough
-
stylePassthroughAsString
public final String stylePassthroughAsString()
Set Style passthrough to ENABLED to use the available style, color, and position information from your input captions. MediaConvert uses default settings for any missing style and position information in your input captions. Set Style passthrough to DISABLED, or leave blank, to ignore the style and position information from your input captions and use simplified output captions.If the service returns an enum value that is not available in the current SDK version,
stylePassthrough
will returnSrtStylePassthrough.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromstylePassthroughAsString()
.- Returns:
- Set Style passthrough to ENABLED to use the available style, color, and position information from your input captions. MediaConvert uses default settings for any missing style and position information in your input captions. Set Style passthrough to DISABLED, or leave blank, to ignore the style and position information from your input captions and use simplified output captions.
- See Also:
SrtStylePassthrough
-
toBuilder
public SrtDestinationSettings.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<SrtDestinationSettings.Builder,SrtDestinationSettings>
-
builder
public static SrtDestinationSettings.Builder builder()
-
serializableBuilderClass
public static Class<? extends SrtDestinationSettings.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFields
in interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToField
in interfaceSdkPojo
-
-