public interface TextTrack
| Modifier and Type | Field and Description |
|---|---|
static short |
ERROR |
static short |
HIDDEN |
static short |
LOADED |
static short |
LOADING |
static short |
NONE |
static short |
OFF |
static short |
SHOWING |
| Modifier and Type | Method and Description |
|---|---|
TextTrackCueList |
getActiveCues() |
TextTrackCueList |
getCues() |
String |
getKind() |
String |
getLabel() |
String |
getLanguage() |
short |
getMode() |
Function |
getOncuechange() |
Function |
getOnerror() |
Function |
getOnload() |
short |
getReadyState() |
void |
setMode(short mode) |
void |
setOncuechange(Function oncuechange) |
void |
setOnerror(Function onerror) |
void |
setOnload(Function onload) |
static final short NONE
static final short LOADING
static final short LOADED
static final short ERROR
static final short OFF
static final short HIDDEN
static final short SHOWING
String getKind()
String getLabel()
String getLanguage()
short getReadyState()
Function getOnload()
void setOnload(Function onload)
Function getOnerror()
void setOnerror(Function onerror)
short getMode()
void setMode(short mode)
TextTrackCueList getCues()
TextTrackCueList getActiveCues()
Function getOncuechange()
void setOncuechange(Function oncuechange)
Copyright © 2016. All Rights Reserved.