|
nsgenbind
|
import <html.idl;
Public Member Functions | |
| void | pause () |
| void | unpause () |
| void | play () |
Public Member Functions inherited from EventTarget | |
| void | addEventListener (DOMString type, EventListener? callback, optional boolean capture=false) |
| void | removeEventListener (DOMString type, EventListener? callback, optional boolean capture=false) |
| boolean | dispatchEvent (Event event) |
| void | addEventListener (DOMString type, EventListener? callback, optional boolean capture=false) |
| void | removeEventListener (DOMString type, EventListener? callback, optional boolean capture=false) |
| boolean | dispatchEvent (Event event) |
Public Attributes | |
| readonly attribute unsigned short | readyState |
| readonly attribute TimeRanges | buffered |
| readonly attribute TimeRanges | seekable |
| readonly attribute unrestricted double | duration |
| attribute double | currentTime |
| readonly attribute boolean | paused |
| readonly attribute MediaControllerPlaybackState | playbackState |
| readonly attribute TimeRanges | played |
| attribute double | defaultPlaybackRate |
| attribute double | playbackRate |
| attribute double | volume |
| attribute boolean | muted |
| attribute EventHandler | onemptied |
| attribute EventHandler | onloadedmetadata |
| attribute EventHandler | onloadeddata |
| attribute EventHandler | oncanplay |
| attribute EventHandler | oncanplaythrough |
| attribute EventHandler | onplaying |
| attribute EventHandler | onended |
| attribute EventHandler | onwaiting |
| attribute EventHandler | ondurationchange |
| attribute EventHandler | ontimeupdate |
| attribute EventHandler | onplay |
| attribute EventHandler | onpause |
| attribute EventHandler | onratechange |
| attribute EventHandler | onvolumechange |
| void MediaController::pause | ( | ) |
| void MediaController::play | ( | ) |
| void MediaController::unpause | ( | ) |
| readonly attribute TimeRanges MediaController::buffered |
| readonly attribute unrestricted double MediaController::duration |
| attribute EventHandler MediaController::oncanplay |
| attribute EventHandler MediaController::oncanplaythrough |
| attribute EventHandler MediaController::ondurationchange |
| attribute EventHandler MediaController::onemptied |
| attribute EventHandler MediaController::onended |
| attribute EventHandler MediaController::onloadeddata |
| attribute EventHandler MediaController::onloadedmetadata |
| attribute EventHandler MediaController::onpause |
| attribute EventHandler MediaController::onplay |
| attribute EventHandler MediaController::onplaying |
| attribute EventHandler MediaController::onratechange |
| attribute EventHandler MediaController::ontimeupdate |
| attribute EventHandler MediaController::onvolumechange |
| attribute EventHandler MediaController::onwaiting |
| readonly attribute MediaControllerPlaybackState MediaController::playbackState |
| readonly attribute TimeRanges MediaController::played |
| readonly attribute unsigned short MediaController::readyState |
| readonly attribute TimeRanges MediaController::seekable |