Package | Description |
---|---|
elemental.html | |
elemental.js.html |
Modifier and Type | Method and Description |
---|---|
TextTrackCue |
TextTrackCueList.getCueById(String id) |
TextTrackCue |
TextTrackCueList.item(int index) |
TextTrackCue |
Window.newTextTrackCue(String id,
double startTime,
double endTime,
String text,
String settings,
boolean pauseOnExit) |
Modifier and Type | Method and Description |
---|---|
void |
TextTrack.addCue(TextTrackCue cue) |
void |
TextTrack.removeCue(TextTrackCue cue) |
Modifier and Type | Class and Description |
---|---|
class |
JsTextTrackCue |
Modifier and Type | Method and Description |
---|---|
void |
JsTextTrack.addCue(TextTrackCue cue) |
void |
JsTextTrack.removeCue(TextTrackCue cue) |
Copyright © 2018. All rights reserved.