| Package | Description |
|---|---|
| cat.inspiracio.html |
| Modifier and Type | Method and Description |
|---|---|
TextTrackKind |
TextTrack.getKind() |
static TextTrackKind |
TextTrackKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TextTrackKind[] |
TextTrackKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
TextTrack |
HTMLMediaElement.addTextTrack(TextTrackKind kind) |
TextTrack |
HTMLMediaElement.addTextTrack(TextTrackKind kind,
String label) |
TextTrack |
HTMLMediaElement.addTextTrack(TextTrackKind kind,
String label,
String language) |
Copyright © 2017. All rights reserved.