class
VttCue

(Not documented.)

Annotations
  • DocsEditable()
  • DomName('VTTCue')
  • Experimental()
Extends

Properties

String align
read / write
int line
read / write
int position
read / write
String regionId
read / write
int size
read / write
bool snapToLines
read / write
String text
read / write
String vertical
read / write
Events on
read-only , inherited
This is an ease-of-use accessor for event streams which should only be used when an explicit accessor is not available.
num endTime
read / write , inherited
String id
read / write , inherited
bool pauseOnExit
read / write , inherited
num startTime
read / write , inherited
TextTrack track
read-only , inherited
Stream<Event> onEnter
read-only , inherited
Stream of enter events handled by this [TextTrackCue].
Stream<Event> onExit
read-only , inherited
Stream of exit events handled by this [TextTrackCue].

Constructors

VttCue(num startTime, num endTime, String text)

Methods

getCueAsHtml() → DocumentFragment
addEventListener(String type, dynamic listener(Event event), [bool useCapture]) → void
inherited
removeEventListener(String type, dynamic listener(Event event), [bool useCapture]) → void
inherited
dispatchEvent(Event event) → bool
inherited