Not documented.

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

Properties

align String
read / write

endTime num
read / write, inherited

id String
read / write, inherited

line int
read / write

on Events
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.

onEnter Stream<Event>
read-only, inherited

Stream of enter events handled by this TextTrackCue.

onExit Stream<Event>
read-only, inherited

Stream of exit events handled by this TextTrackCue.

pauseOnExit bool
read / write, inherited

position int
read / write

regionId String
read / write

size int
read / write

snapToLines bool
read / write

startTime num
read / write, inherited

text String
read / write

track TextTrack
read-only, inherited

vertical String
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