Uses of Class
software.amazon.awssdk.services.medialive.model.EbuTtDDestinationStyleControl
-
Packages that use EbuTtDDestinationStyleControl Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of EbuTtDDestinationStyleControl in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return EbuTtDDestinationStyleControl Modifier and Type Method Description static EbuTtDDestinationStyleControlEbuTtDDestinationStyleControl. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.EbuTtDDestinationStyleControlEbuTtDDestinationSettings. styleControl()Specifies the style information (font color, font position, and so on) to include in the font data that is attached to the EBU-TT captions.static EbuTtDDestinationStyleControlEbuTtDDestinationStyleControl. valueOf(String name)Returns the enum constant of this type with the specified name.static EbuTtDDestinationStyleControl[]EbuTtDDestinationStyleControl. 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 EbuTtDDestinationStyleControl Modifier and Type Method Description static Set<EbuTtDDestinationStyleControl>EbuTtDDestinationStyleControl. knownValues()Methods in software.amazon.awssdk.services.medialive.model with parameters of type EbuTtDDestinationStyleControl Modifier and Type Method Description EbuTtDDestinationSettings.BuilderEbuTtDDestinationSettings.Builder. styleControl(EbuTtDDestinationStyleControl styleControl)Specifies the style information (font color, font position, and so on) to include in the font data that is attached to the EBU-TT captions.
-