Not documented.

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

Properties

String align
read / write
num endTime
read / write, inherited
String id
read / write, inherited
int line
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.
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.
bool pauseOnExit
read / write, inherited
int position
read / write
String regionId
read / write
int size
read / write
bool snapToLines
read / write
num startTime
read / write, inherited
String text
read / write
TextTrack track
read-only, inherited
String vertical
read / write

Constructors

VttCue(num startTime, num endTime, String text)

Methods

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