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

import"WebKitMediaKeySession.idl";

Inheritance diagram for WebKitMediaKeySession:
EventTarget

Public Member Functions

void update (Uint8Array key)
 
void close ()
 
- 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)
 

Public Attributes

readonly attribute WebKitMediaKeyError error
 
readonly attribute DOMString keySystem
 
readonly attribute DOMString sessionId
 
attribute EventHandler onwebkitkeyadded
 
attribute EventHandler onwebkitkeyerror
 
attribute EventHandler onwebkitkeymessage
 

Member Function Documentation

◆ close()

void WebKitMediaKeySession::close ( )

◆ update()

void WebKitMediaKeySession::update ( Uint8Array  key)

Member Data Documentation

◆ error

readonly attribute WebKitMediaKeyError WebKitMediaKeySession::error

◆ keySystem

readonly attribute DOMString WebKitMediaKeySession::keySystem

◆ onwebkitkeyadded

attribute EventHandler WebKitMediaKeySession::onwebkitkeyadded

◆ onwebkitkeyerror

attribute EventHandler WebKitMediaKeySession::onwebkitkeyerror

◆ onwebkitkeymessage

attribute EventHandler WebKitMediaKeySession::onwebkitkeymessage

◆ sessionId

readonly attribute DOMString WebKitMediaKeySession::sessionId

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