VttCue class

Annotated by:
  • 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 Inherited ( String type, dynamic listener(Event event), [bool useCapture] ) → void
removeEventListener Inherited ( String type, dynamic listener(Event event), [bool useCapture] ) → void
dispatchEvent Inherited ( Event event ) → bool