webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
import"TextTrack.idl";
Public Member Functions | |
void | addCue (TextTrackCue cue) |
void | removeCue (TextTrackCue cue) |
void | addRegion (VTTRegion? region) |
void | removeRegion (VTTRegion? region) |
Public Member Functions inherited from EventTarget | |
void | addEventListener ([AtomicString] DOMString type, EventListener? callback, optional(AddEventListenerOptions or boolean) options=false) |
void | removeEventListener ([AtomicString] DOMString type, EventListener? callback, optional(EventListenerOptions or boolean) options=false) |
boolean | dispatchEvent (Event event) |
Public Attributes | |
readonly attribute DOMString | id |
attribute TextTrackKind | kind |
readonly attribute DOMString | label |
attribute DOMString | language |
readonly attribute DOMString | inBandMetadataTrackDispatchType |
attribute TextTrackMode | mode |
readonly attribute TextTrackCueList | cues |
readonly attribute TextTrackCueList | activeCues |
attribute EventHandler | oncuechange |
readonly attribute VTTRegionList | regions |
readonly attribute SourceBuffer | sourceBuffer |
void TextTrack::addCue | ( | TextTrackCue | cue | ) |
void TextTrack::removeCue | ( | TextTrackCue | cue | ) |
readonly attribute TextTrackCueList TextTrack::activeCues |
readonly attribute TextTrackCueList TextTrack::cues |
attribute TextTrackKind TextTrack::kind |
attribute DOMString TextTrack::language |
attribute TextTrackMode TextTrack::mode |
attribute EventHandler TextTrack::oncuechange |
readonly attribute VTTRegionList TextTrack::regions |
readonly attribute SourceBuffer TextTrack::sourceBuffer |