public class TextTrack extends EventTarget
Modifier and Type | Field and Description |
---|---|
TextTrackCueList |
activeCues |
TextTrackCueList |
cues |
double |
DISABLED |
double |
ERROR |
double |
HIDDEN |
String |
inBandMetadataTrackDispatchType |
String |
kind |
String |
label |
String |
language |
double |
LOADED |
double |
LOADING |
Object |
mode |
double |
NONE |
Function<Event,Object> |
oncuechange |
Function<Event,Object> |
onerror |
Function<Event,Object> |
onload |
static TextTrack |
prototype |
double |
readyState |
double |
SHOWING |
constructor
Constructor and Description |
---|
TextTrack() |
Modifier and Type | Method and Description |
---|---|
void |
addCue(TextTrackCue cue) |
void |
addEventListener(String type,
EventListener listener) |
void |
addEventListener(String type,
EventListener listener,
Boolean useCapture) |
void |
addEventListener(String type,
EventListenerObject listener) |
void |
addEventListener(String type,
EventListenerObject listener,
Boolean useCapture) |
void |
addEventListener(StringTypes.cuechange type,
Function<Event,Object> listener) |
void |
addEventListener(StringTypes.cuechange type,
Function<Event,Object> listener,
Boolean useCapture) |
void |
addEventListener(StringTypes.error type,
Function<ErrorEvent,Object> listener) |
void |
addEventListener(StringTypes.error type,
Function<ErrorEvent,Object> listener,
Boolean useCapture) |
void |
addEventListener(StringTypes.load type,
Function<Event,Object> listener) |
void |
addEventListener(StringTypes.load type,
Function<Event,Object> listener,
Boolean useCapture) |
void |
removeCue(TextTrackCue cue) |
dispatchEvent, removeEventListener, removeEventListener, removeEventListener, removeEventListener
$applyStatic, $applyStatic, $delete, $delete, $get, $get, $set, $set, $super, assign, create, create, defineProperties, defineProperty, defineProperty, freeze, getOwnPropertyDescriptor, getOwnPropertyNames, getPrototypeOf, hasOwnProperty, hasOwnProperty, hasOwnProperty, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, preventExtensions, propertyIsEnumerable, propertyIsEnumerable, propertyIsEnumerable, seal, toJSString, toLocaleString, toString, valueOf
public TextTrackCueList activeCues
public TextTrackCueList cues
public String inBandMetadataTrackDispatchType
public String kind
public String label
public String language
public Object mode
public double readyState
public double DISABLED
public double ERROR
public double HIDDEN
public double LOADED
public double LOADING
public double NONE
public double SHOWING
public static TextTrack prototype
public void addCue(TextTrackCue cue)
public void removeCue(TextTrackCue cue)
public void addEventListener(StringTypes.cuechange type, Function<Event,Object> listener, Boolean useCapture)
public void addEventListener(StringTypes.error type, Function<ErrorEvent,Object> listener, Boolean useCapture)
public void addEventListener(StringTypes.load type, Function<Event,Object> listener, Boolean useCapture)
public void addEventListener(String type, EventListener listener, Boolean useCapture)
addEventListener
in class EventTarget
public void addEventListener(StringTypes.cuechange type, Function<Event,Object> listener)
public void addEventListener(StringTypes.error type, Function<ErrorEvent,Object> listener)
public void addEventListener(StringTypes.load type, Function<Event,Object> listener)
public void addEventListener(String type, EventListener listener)
addEventListener
in class EventTarget
public void addEventListener(String type, EventListenerObject listener, Boolean useCapture)
addEventListener
in class EventTarget
public void addEventListener(String type, EventListenerObject listener)
addEventListener
in class EventTarget