public interface TextTrack extends EventTarget
| Modifier and Type | Field and Description |
|---|---|
static String |
DISABLED |
static String |
HIDDEN |
static String |
SHOWING |
| Modifier and Type | Method and Description |
|---|---|
void |
addCue(TextTrackCue cue) |
TextTrackCueList |
getActiveCues() |
TextTrackCueList |
getCues() |
String |
getId() |
String |
getKind() |
String |
getLabel() |
String |
getLanguage() |
String |
getMode() |
void |
removeCue(TextTrackCue cue) |
void |
setMode(String mode) |
addEventListener, addEventListener, dispatchEvent, removeEventListener, removeEventListenerstatic final String DISABLED
static final String HIDDEN
static final String SHOWING
String getId()
String getLabel()
String getKind()
String getLanguage()
String getMode()
void setMode(String mode)
TextTrackCueList getCues()
TextTrackCueList getActiveCues()
void addCue(TextTrackCue cue)
void removeCue(TextTrackCue cue)
Copyright © 2015. All rights reserved.