Class AncillarySourceSettings
- java.lang.Object
-
- software.amazon.awssdk.services.mediaconvert.model.AncillarySourceSettings
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AncillarySourceSettings.Builder,AncillarySourceSettings>
@Generated("software.amazon.awssdk:codegen") public final class AncillarySourceSettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AncillarySourceSettings.Builder,AncillarySourceSettings>
Settings for ancillary captions source.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAncillarySourceSettings.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AncillarySourceSettings.Builderbuilder()AncillaryConvert608To708convert608To708()Specify whether this set of input captions appears in your outputs in both 608 and 708 format.Stringconvert608To708AsString()Specify whether this set of input captions appears in your outputs in both 608 and 708 format.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends AncillarySourceSettings.Builder>serializableBuilderClass()IntegersourceAncillaryChannelNumber()Specifies the 608 channel number in the ancillary data track from which to extract captions.AncillaryTerminateCaptionsterminateCaptions()By default, the service terminates any unterminated captions at the end of each input.StringterminateCaptionsAsString()By default, the service terminates any unterminated captions at the end of each input.AncillarySourceSettings.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
-
convert608To708
public final AncillaryConvert608To708 convert608To708()
Specify whether this set of input captions appears in your outputs in both 608 and 708 format. If you choose Upconvert, MediaConvert includes the captions data in two ways: it passes the 608 data through using the 608 compatibility bytes fields of the 708 wrapper, and it also translates the 608 data into 708.If the service returns an enum value that is not available in the current SDK version,
convert608To708will returnAncillaryConvert608To708.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromconvert608To708AsString().- Returns:
- Specify whether this set of input captions appears in your outputs in both 608 and 708 format. If you choose Upconvert, MediaConvert includes the captions data in two ways: it passes the 608 data through using the 608 compatibility bytes fields of the 708 wrapper, and it also translates the 608 data into 708.
- See Also:
AncillaryConvert608To708
-
convert608To708AsString
public final String convert608To708AsString()
Specify whether this set of input captions appears in your outputs in both 608 and 708 format. If you choose Upconvert, MediaConvert includes the captions data in two ways: it passes the 608 data through using the 608 compatibility bytes fields of the 708 wrapper, and it also translates the 608 data into 708.If the service returns an enum value that is not available in the current SDK version,
convert608To708will returnAncillaryConvert608To708.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromconvert608To708AsString().- Returns:
- Specify whether this set of input captions appears in your outputs in both 608 and 708 format. If you choose Upconvert, MediaConvert includes the captions data in two ways: it passes the 608 data through using the 608 compatibility bytes fields of the 708 wrapper, and it also translates the 608 data into 708.
- See Also:
AncillaryConvert608To708
-
sourceAncillaryChannelNumber
public final Integer sourceAncillaryChannelNumber()
Specifies the 608 channel number in the ancillary data track from which to extract captions. Unused for passthrough.- Returns:
- Specifies the 608 channel number in the ancillary data track from which to extract captions. Unused for passthrough.
-
terminateCaptions
public final AncillaryTerminateCaptions terminateCaptions()
By default, the service terminates any unterminated captions at the end of each input. If you want the caption to continue onto your next input, disable this setting.If the service returns an enum value that is not available in the current SDK version,
terminateCaptionswill returnAncillaryTerminateCaptions.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromterminateCaptionsAsString().- Returns:
- By default, the service terminates any unterminated captions at the end of each input. If you want the caption to continue onto your next input, disable this setting.
- See Also:
AncillaryTerminateCaptions
-
terminateCaptionsAsString
public final String terminateCaptionsAsString()
By default, the service terminates any unterminated captions at the end of each input. If you want the caption to continue onto your next input, disable this setting.If the service returns an enum value that is not available in the current SDK version,
terminateCaptionswill returnAncillaryTerminateCaptions.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromterminateCaptionsAsString().- Returns:
- By default, the service terminates any unterminated captions at the end of each input. If you want the caption to continue onto your next input, disable this setting.
- See Also:
AncillaryTerminateCaptions
-
toBuilder
public AncillarySourceSettings.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AncillarySourceSettings.Builder,AncillarySourceSettings>
-
builder
public static AncillarySourceSettings.Builder builder()
-
serializableBuilderClass
public static Class<? extends AncillarySourceSettings.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.
-
-