| Modifier and Type | Field and Description |
|---|---|
protected TextTrackStyle.TextTrackFontStyle |
TextTrackStyle.fontStyle
The text track font style
|
| Modifier and Type | Method and Description |
|---|---|
TextTrackStyle.TextTrackFontStyle |
TextTrackStyle.getFontStyle() |
static TextTrackStyle.TextTrackFontStyle |
TextTrackStyle.TextTrackFontStyle.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TextTrackStyle.TextTrackFontStyle[] |
TextTrackStyle.TextTrackFontStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
TextTrackStyle(String backgroundColor,
Map<String,Object> customData,
String edgeColor,
TextTrackStyle.TextTrackEdgeType edgeType,
String fontFamily,
TextTrackStyle.TextTrackFontGenericFamily fontGenericFamily,
Double fontScale,
TextTrackStyle.TextTrackFontStyle fontStyle,
String foregroundColor,
String windowColor,
Integer windowRoundedCornerRadius,
TextTrackStyle.TextTrackWindowType windowType)
Creates a new instance using the specific parameters.
|
TextTrackStyle(String foregroundColor,
String backgroundColor,
TextTrackStyle.TextTrackEdgeType edgeType,
String edgeColor,
String fontFamily,
TextTrackStyle.TextTrackFontGenericFamily fontGenericFamily,
Double fontScale,
TextTrackStyle.TextTrackFontStyle fontStyle)
Creates a new instance using the specific parameters.
|
Copyright © 2022. All rights reserved.