Not documented.

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

Constants

EventStreamProvider<Event> cueChangeEvent = const EventStreamProvider<Event>('cuechange')
const
Static factory designed to expose cuechange events to event handlers that are not necessarily instances of TextTrack.

Properties

TextTrackCueList activeCues
read-only
TextTrackCueList cues
read-only
String id
read-only
String kind
read-only
String label
read-only
String language
read-only
String mode
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> onCueChange
read-only
Stream of cuechange events handled by this TextTrack.
VttRegionList regions
read-only

Methods

addCue(TextTrackCue cue) → void
addEventListener(String type, dynamic listener(Event event), [bool useCapture]) → void
inherited
addRegion(VttRegion region) → void
dispatchEvent(Event event) → bool
inherited
removeCue(TextTrackCue cue) → void
removeEventListener(String type, dynamic listener(Event event), [bool useCapture]) → void
inherited
removeRegion(VttRegion region) → void