| Modifier and Type | Field and Description |
|---|---|
protected TextTrackStyle.TextTrackEdgeType |
TextTrackStyle.edgeType
The type of edge
|
| Modifier and Type | Method and Description |
|---|---|
TextTrackStyle.TextTrackEdgeType |
TextTrackStyle.getEdgeType() |
static TextTrackStyle.TextTrackEdgeType |
TextTrackStyle.TextTrackEdgeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TextTrackStyle.TextTrackEdgeType[] |
TextTrackStyle.TextTrackEdgeType.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.