TextTrack

Undocumented in source.

Constructors

this
this(Handle h)
Undocumented in source.

Alias This

_parent

Members

Functions

activeCues
auto activeCues()
Undocumented in source. Be warned that the author may not have intended to support it.
addCue
void addCue(VTTCue cue)
Undocumented in source. Be warned that the author may not have intended to support it.
cues
auto cues()
Undocumented in source. Be warned that the author may not have intended to support it.
id
string id()
Undocumented in source. Be warned that the author may not have intended to support it.
inBandMetadataTrackDispatchType
string inBandMetadataTrackDispatchType()
Undocumented in source. Be warned that the author may not have intended to support it.
kind
TextTrackKind kind()
Undocumented in source. Be warned that the author may not have intended to support it.
label
string label()
Undocumented in source. Be warned that the author may not have intended to support it.
language
string language()
Undocumented in source. Be warned that the author may not have intended to support it.
mode
void mode(TextTrackMode mode)
Undocumented in source. Be warned that the author may not have intended to support it.
mode
TextTrackMode mode()
Undocumented in source. Be warned that the author may not have intended to support it.
oncuechange
void oncuechange(Optional!(T0) oncuechange)
Undocumented in source. Be warned that the author may not have intended to support it.
oncuechange
EventHandler oncuechange()
Undocumented in source. Be warned that the author may not have intended to support it.
removeCue
void removeCue(VTTCue cue)
Undocumented in source. Be warned that the author may not have intended to support it.
textTrackList
auto textTrackList()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_parent
libwasm.bindings.EventTarget.EventTarget _parent;
Undocumented in source.

Meta