webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Attributes | List of all members
MediaRemoteControls Interface Reference

import"MediaRemoteControls.idl";

Inheritance diagram for MediaRemoteControls:
EventTarget

Public Attributes

attribute boolean previousTrackEnabled
 
attribute boolean nextTrackEnabled
 
attribute EventHandler onprevioustrack
 
attribute EventHandler onnexttrack
 

Additional Inherited Members

- Public Member Functions inherited from EventTarget
void addEventListener ([AtomicString] DOMString type, EventListener? callback, optional(AddEventListenerOptions or boolean) options=false)
 
void removeEventListener ([AtomicString] DOMString type, EventListener? callback, optional(EventListenerOptions or boolean) options=false)
 
boolean dispatchEvent (Event event)
 

Member Data Documentation

◆ nextTrackEnabled

attribute boolean MediaRemoteControls::nextTrackEnabled

◆ onnexttrack

attribute EventHandler MediaRemoteControls::onnexttrack

◆ onprevioustrack

attribute EventHandler MediaRemoteControls::onprevioustrack

◆ previousTrackEnabled

attribute boolean MediaRemoteControls::previousTrackEnabled

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