Uses of Class
software.amazon.awssdk.services.medialive.model.WebvttDestinationStyleControl
-
Packages that use WebvttDestinationStyleControl Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of WebvttDestinationStyleControl in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return WebvttDestinationStyleControl Modifier and Type Method Description static WebvttDestinationStyleControlWebvttDestinationStyleControl. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.WebvttDestinationStyleControlWebvttDestinationSettings. styleControl()Controls whether the color and position of the source captions is passed through to the WebVTT output captions.static WebvttDestinationStyleControlWebvttDestinationStyleControl. valueOf(String name)Returns the enum constant of this type with the specified name.static WebvttDestinationStyleControl[]WebvttDestinationStyleControl. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.medialive.model that return types with arguments of type WebvttDestinationStyleControl Modifier and Type Method Description static Set<WebvttDestinationStyleControl>WebvttDestinationStyleControl. knownValues()Methods in software.amazon.awssdk.services.medialive.model with parameters of type WebvttDestinationStyleControl Modifier and Type Method Description WebvttDestinationSettings.BuilderWebvttDestinationSettings.Builder. styleControl(WebvttDestinationStyleControl styleControl)Controls whether the color and position of the source captions is passed through to the WebVTT output captions.
-