MediaController class

Annotated by:
  • DocsEditable()
  • DomName('MediaController')
  • Experimental()
Extends:

Constructors

MediaController ( )

Instance Properties

buffered TimeRanges
read-only
currentTime num
read/write
defaultPlaybackRate num
read/write
duration double
read-only
muted bool
read/write
paused bool
read-only
playbackRate num
read/write
playbackState String
read-only
played TimeRanges
read-only
seekable TimeRanges
read-only
volume num
read/write
on Events Inherited
read-only

Instance Methods

pause ( ) → void
play ( ) → void
unpause ( ) → void
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