| Modifier and Type | Field and Description |
|---|---|
protected TextTrackStyle.TextTrackWindowType |
TextTrackStyle.windowType
The window concept is defined in CEA-608 and CEA-708.
|
| Modifier and Type | Method and Description |
|---|---|
TextTrackStyle.TextTrackWindowType |
TextTrackStyle.getWindowType() |
static TextTrackStyle.TextTrackWindowType |
TextTrackStyle.TextTrackWindowType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TextTrackStyle.TextTrackWindowType[] |
TextTrackStyle.TextTrackWindowType.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.
|
Copyright © 2022. All rights reserved.