nsgenbind
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
MediaController Interface Reference

import <html.idl;

Inheritance diagram for MediaController:
EventTarget

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
 

Detailed Description

Definition at line 532 of file html.idl.

Member Function Documentation

◆ pause()

void MediaController::pause ( )

◆ play()

void MediaController::play ( )

◆ unpause()

void MediaController::unpause ( )

Member Data Documentation

◆ buffered

readonly attribute TimeRanges MediaController::buffered

Definition at line 535 of file html.idl.

◆ currentTime

attribute double MediaController::currentTime

Definition at line 538 of file html.idl.

◆ defaultPlaybackRate

attribute double MediaController::defaultPlaybackRate

Definition at line 547 of file html.idl.

◆ duration

readonly attribute unrestricted double MediaController::duration

Definition at line 537 of file html.idl.

◆ muted

attribute boolean MediaController::muted

Definition at line 551 of file html.idl.

◆ oncanplay

attribute EventHandler MediaController::oncanplay

Definition at line 556 of file html.idl.

◆ oncanplaythrough

attribute EventHandler MediaController::oncanplaythrough

Definition at line 557 of file html.idl.

◆ ondurationchange

attribute EventHandler MediaController::ondurationchange

Definition at line 562 of file html.idl.

◆ onemptied

attribute EventHandler MediaController::onemptied

Definition at line 553 of file html.idl.

◆ onended

attribute EventHandler MediaController::onended

Definition at line 559 of file html.idl.

◆ onloadeddata

attribute EventHandler MediaController::onloadeddata

Definition at line 555 of file html.idl.

◆ onloadedmetadata

attribute EventHandler MediaController::onloadedmetadata

Definition at line 554 of file html.idl.

◆ onpause

attribute EventHandler MediaController::onpause

Definition at line 565 of file html.idl.

◆ onplay

attribute EventHandler MediaController::onplay

Definition at line 564 of file html.idl.

◆ onplaying

attribute EventHandler MediaController::onplaying

Definition at line 558 of file html.idl.

◆ onratechange

attribute EventHandler MediaController::onratechange

Definition at line 566 of file html.idl.

◆ ontimeupdate

attribute EventHandler MediaController::ontimeupdate

Definition at line 563 of file html.idl.

◆ onvolumechange

attribute EventHandler MediaController::onvolumechange

Definition at line 567 of file html.idl.

◆ onwaiting

attribute EventHandler MediaController::onwaiting

Definition at line 560 of file html.idl.

◆ paused

readonly attribute boolean MediaController::paused

Definition at line 540 of file html.idl.

◆ playbackRate

attribute double MediaController::playbackRate

Definition at line 548 of file html.idl.

◆ playbackState

readonly attribute MediaControllerPlaybackState MediaController::playbackState

Definition at line 541 of file html.idl.

◆ played

readonly attribute TimeRanges MediaController::played

Definition at line 542 of file html.idl.

◆ readyState

readonly attribute unsigned short MediaController::readyState

Definition at line 533 of file html.idl.

◆ seekable

readonly attribute TimeRanges MediaController::seekable

Definition at line 536 of file html.idl.

◆ volume

attribute double MediaController::volume

Definition at line 550 of file html.idl.


The documentation for this interface was generated from the following file: