nsgenbind
All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Member Functions | Public Attributes | List of all members
TextTrack Interface Reference

import"html.idl";

Inheritance diagram for TextTrack:
EventTarget

Public Member Functions

void addCue (TextTrackCue cue)
 
void removeCue (TextTrackCue cue)
 
- Public Member Functions inherited from EventTarget
void addEventListener (DOMString type, EventListener? callback, optional boolean capture=false)
 
void removeEventListener (DOMString type, EventListener? callback, optional boolean capture=false)
 
boolean dispatchEvent (Event event)
 
void addEventListener (DOMString type, EventListener? callback, optional boolean capture=false)
 
void removeEventListener (DOMString type, EventListener? callback, optional boolean capture=false)
 
boolean dispatchEvent (Event event)
 

Public Attributes

readonly attribute TextTrackKind kind
 
readonly attribute DOMString label
 
readonly attribute DOMString language
 
readonly attribute DOMString id
 
readonly attribute DOMString inBandMetadataTrackDispatchType
 
attribute TextTrackMode mode
 
readonly attribute TextTrackCueList cues
 
readonly attribute TextTrackCueList activeCues
 
attribute EventHandler oncuechange
 

Detailed Description

Definition at line 582 of file html.idl.

Member Function Documentation

◆ addCue()

void TextTrack::addCue ( TextTrackCue  cue)

◆ removeCue()

void TextTrack::removeCue ( TextTrackCue  cue)

Member Data Documentation

◆ activeCues

readonly attribute TextTrackCueList TextTrack::activeCues

Definition at line 593 of file html.idl.

◆ cues

readonly attribute TextTrackCueList TextTrack::cues

Definition at line 592 of file html.idl.

◆ id

readonly attribute DOMString TextTrack::id

Definition at line 587 of file html.idl.

◆ inBandMetadataTrackDispatchType

readonly attribute DOMString TextTrack::inBandMetadataTrackDispatchType

Definition at line 588 of file html.idl.

◆ kind

readonly attribute TextTrackKind TextTrack::kind

Definition at line 583 of file html.idl.

◆ label

readonly attribute DOMString TextTrack::label

Definition at line 584 of file html.idl.

◆ language

readonly attribute DOMString TextTrack::language

Definition at line 585 of file html.idl.

◆ mode

attribute TextTrackMode TextTrack::mode

Definition at line 590 of file html.idl.

◆ oncuechange

attribute EventHandler TextTrack::oncuechange

Definition at line 598 of file html.idl.


The documentation for this interface was generated from the following file: