VideoTrackList class

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

Constants

changeEvent = const EventStreamProvider<Event>('change')

Instance Properties

length int
read-only
selectedIndex int
read-only
onChange Stream<Event>
read-only
on Events Inherited
read-only

Instance Methods

getTrackById(String id) → VideoTrack
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