| Modifier and Type | Field and Description |
|---|---|
protected TextTrackStyle.TextTrackFontGenericFamily |
TextTrackStyle.fontGenericFamily
The text track generic font family
|
| Modifier and Type | Method and Description |
|---|---|
TextTrackStyle.TextTrackFontGenericFamily |
TextTrackStyle.getFontGenericFamily() |
static TextTrackStyle.TextTrackFontGenericFamily |
TextTrackStyle.TextTrackFontGenericFamily.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TextTrackStyle.TextTrackFontGenericFamily[] |
TextTrackStyle.TextTrackFontGenericFamily.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.