Uses of Class
software.amazon.awssdk.services.mediaconvert.model.EmbeddedTerminateCaptions
-
Packages that use EmbeddedTerminateCaptions Package Description software.amazon.awssdk.services.mediaconvert.model -
-
Uses of EmbeddedTerminateCaptions in software.amazon.awssdk.services.mediaconvert.model
Methods in software.amazon.awssdk.services.mediaconvert.model that return EmbeddedTerminateCaptions Modifier and Type Method Description static EmbeddedTerminateCaptionsEmbeddedTerminateCaptions. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.EmbeddedTerminateCaptionsEmbeddedSourceSettings. terminateCaptions()By default, the service terminates any unterminated captions at the end of each input.static EmbeddedTerminateCaptionsEmbeddedTerminateCaptions. valueOf(String name)Returns the enum constant of this type with the specified name.static EmbeddedTerminateCaptions[]EmbeddedTerminateCaptions. 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 EmbeddedTerminateCaptions Modifier and Type Method Description static Set<EmbeddedTerminateCaptions>EmbeddedTerminateCaptions. knownValues()Methods in software.amazon.awssdk.services.mediaconvert.model with parameters of type EmbeddedTerminateCaptions Modifier and Type Method Description EmbeddedSourceSettings.BuilderEmbeddedSourceSettings.Builder. terminateCaptions(EmbeddedTerminateCaptions terminateCaptions)By default, the service terminates any unterminated captions at the end of each input.
-