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 interfaceSrtDestinationSettings.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SrtDestinationSettings.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends SrtDestinationSettings.Builder>serializableBuilderClass()SrtStylePassthroughstylePassthrough()Set Style passthrough to ENABLED to use the available style, color, and position information from your input captions.StringstylePassthroughAsString()Set Style passthrough to ENABLED to use the available style, color, and position information from your input captions.SrtDestinationSettings.BuildertoBuilder()StringtoString()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,
stylePassthroughwill 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,
stylePassthroughwill 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:
toBuilderin 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:
equalsBySdkFieldsin 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.
-
-