Uses of Class
software.amazon.awssdk.services.mediaconvert.model.ImscStylePassthrough
-
Packages that use ImscStylePassthrough Package Description software.amazon.awssdk.services.mediaconvert.model -
-
Uses of ImscStylePassthrough in software.amazon.awssdk.services.mediaconvert.model
Methods in software.amazon.awssdk.services.mediaconvert.model that return ImscStylePassthrough Modifier and Type Method Description static ImscStylePassthroughImscStylePassthrough. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ImscStylePassthroughImscDestinationSettings. stylePassthrough()Keep this setting enabled to have MediaConvert use the font style and position information from the captions source in the output.static ImscStylePassthroughImscStylePassthrough. valueOf(String name)Returns the enum constant of this type with the specified name.static ImscStylePassthrough[]ImscStylePassthrough. 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 ImscStylePassthrough Modifier and Type Method Description static Set<ImscStylePassthrough>ImscStylePassthrough. knownValues()Methods in software.amazon.awssdk.services.mediaconvert.model with parameters of type ImscStylePassthrough Modifier and Type Method Description ImscDestinationSettings.BuilderImscDestinationSettings.Builder. stylePassthrough(ImscStylePassthrough stylePassthrough)Keep this setting enabled to have MediaConvert use the font style and position information from the captions source in the output.
-