webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
import"WebKitMediaKeySession.idl";
Public Member Functions | |
void | update (Uint8Array key) |
void | close () |
![]() | |
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 |
void WebKitMediaKeySession::close | ( | ) |
void WebKitMediaKeySession::update | ( | Uint8Array | key | ) |
readonly attribute WebKitMediaKeyError WebKitMediaKeySession::error |
attribute EventHandler WebKitMediaKeySession::onwebkitkeyadded |
attribute EventHandler WebKitMediaKeySession::onwebkitkeyerror |
attribute EventHandler WebKitMediaKeySession::onwebkitkeymessage |