Uses of Class
software.amazon.awssdk.services.mediaconvert.model.AncillaryTerminateCaptions
-
Packages that use AncillaryTerminateCaptions Package Description software.amazon.awssdk.services.mediaconvert.model -
-
Uses of AncillaryTerminateCaptions in software.amazon.awssdk.services.mediaconvert.model
Methods in software.amazon.awssdk.services.mediaconvert.model that return AncillaryTerminateCaptions Modifier and Type Method Description static AncillaryTerminateCaptionsAncillaryTerminateCaptions. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.AncillaryTerminateCaptionsAncillarySourceSettings. terminateCaptions()By default, the service terminates any unterminated captions at the end of each input.static AncillaryTerminateCaptionsAncillaryTerminateCaptions. valueOf(String name)Returns the enum constant of this type with the specified name.static AncillaryTerminateCaptions[]AncillaryTerminateCaptions. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.mediaconvert.model that return types with arguments of type AncillaryTerminateCaptions Modifier and Type Method Description static Set<AncillaryTerminateCaptions>AncillaryTerminateCaptions. knownValues()Methods in software.amazon.awssdk.services.mediaconvert.model with parameters of type AncillaryTerminateCaptions Modifier and Type Method Description AncillarySourceSettings.BuilderAncillarySourceSettings.Builder. terminateCaptions(AncillaryTerminateCaptions terminateCaptions)By default, the service terminates any unterminated captions at the end of each input.
-