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

import"VTTCue.idl";

Inheritance diagram for VTTCue:
TextTrackCue EventTarget

Public Member Functions

DocumentFragment getCueAsHTML ()
 
- 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

attribute DOMString vertical
 
attribute boolean snapToLines
 
attribute double line
 
attribute double position
 
attribute double size
 
attribute DOMString align
 
attribute DOMString text
 
attribute DOMString regionId
 
- 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
 

Member Function Documentation

◆ getCueAsHTML()

DocumentFragment VTTCue::getCueAsHTML ( )

Member Data Documentation

◆ align

attribute DOMString VTTCue::align

◆ line

attribute double VTTCue::line

◆ position

attribute double VTTCue::position

◆ regionId

attribute DOMString VTTCue::regionId

◆ size

attribute double VTTCue::size

◆ snapToLines

attribute boolean VTTCue::snapToLines

◆ text

attribute DOMString VTTCue::text

◆ vertical

attribute DOMString VTTCue::vertical

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