Uses of Class
software.amazon.awssdk.services.medialive.model.TimecodeBurninFontSize
-
Packages that use TimecodeBurninFontSize Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of TimecodeBurninFontSize in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return TimecodeBurninFontSize Modifier and Type Method Description TimecodeBurninFontSizeTimecodeBurninSettings. fontSize()Choose a timecode burn-in font sizestatic TimecodeBurninFontSizeTimecodeBurninFontSize. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static TimecodeBurninFontSizeTimecodeBurninFontSize. valueOf(String name)Returns the enum constant of this type with the specified name.static TimecodeBurninFontSize[]TimecodeBurninFontSize. 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 TimecodeBurninFontSize Modifier and Type Method Description static Set<TimecodeBurninFontSize>TimecodeBurninFontSize. knownValues()Methods in software.amazon.awssdk.services.medialive.model with parameters of type TimecodeBurninFontSize Modifier and Type Method Description TimecodeBurninSettings.BuilderTimecodeBurninSettings.Builder. fontSize(TimecodeBurninFontSize fontSize)Choose a timecode burn-in font size
-