Not documented.

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

Constants

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

Properties

length int
read-only

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.

onChange Stream<Event>
read-only

Methods

addEventListener(String type, dynamic listener(Event event), [bool useCapture]) → void
inherited

dispatchEvent(Event event) → bool
inherited

getTrackById(String id) → AudioTrack

removeEventListener(String type, dynamic listener(Event event), [bool useCapture]) → void
inherited