VttCue class

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

Constructors

VttCue(num startTime, num endTime, String text)

Instance Properties

align String
read / write
line int
read / write
position int
read / write
regionId String
read / write
size int
read / write
snapToLines bool
read / write
text String
read / write
vertical String
read / write
on Events Inherited
read-only
endTime num Inherited
read / write
id String Inherited
read / write
pauseOnExit bool Inherited
read / write
startTime num Inherited
read / write
track TextTrack Inherited
read-only
onEnter Stream<Event> Inherited
read-only
onExit Stream<Event> Inherited
read-only

Instance 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