Not documented.

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

Properties

buffered TimeRanges
read-only

currentTime num
read / write

defaultPlaybackRate num
read / write

duration double
read-only

muted bool
read / write

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.

paused bool
read-only

playbackRate num
read / write

playbackState String
read-only

played TimeRanges
read-only

seekable TimeRanges
read-only

volume num
read / write

Constructors

MediaController()

Methods

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

dispatchEvent(Event event) → bool
inherited

pause() → void

play() → void

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

unpause() → void