webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Attributes | List of all members
DataCue Interface Reference

import"DataCue.idl";

Inheritance diagram for DataCue:
TextTrackCue EventTarget

Public Attributes

attribute ArrayBuffer data
 
attribute any value
 
readonly attribute DOMString type
 
- Public Attributes inherited from TextTrackCue
readonly attribute TextTrack track
 
attribute DOMString id
 
attribute double startTime
 
attribute double endTime
 
attribute boolean pauseOnExit
 
attribute EventHandler onenter
 
attribute EventHandler onexit
 

Additional Inherited Members

- 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)
 

Member Data Documentation

◆ data

attribute ArrayBuffer DataCue::data

◆ type

readonly attribute DOMString DataCue::type

◆ value

attribute any DataCue::value

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