|
| Promise * | get_closed () |
| |
| double | get_expiration () |
| |
| MediaKeyStatusMap * | get_keyStatuses () |
| |
| String * | get_sessionId () |
| |
| Promise * | close () |
| |
| Promise * | generateRequest (const String &initDataType, Int8Array *initData) |
| |
| Promise * | generateRequest (const String &initDataType, Int16Array *initData) |
| |
| Promise * | generateRequest (const String &initDataType, Int32Array *initData) |
| |
| Promise * | generateRequest (const String &initDataType, Uint8Array *initData) |
| |
| Promise * | generateRequest (const String &initDataType, Uint16Array *initData) |
| |
| Promise * | generateRequest (const String &initDataType, Uint32Array *initData) |
| |
| Promise * | generateRequest (const String &initDataType, Uint8ClampedArray *initData) |
| |
| Promise * | generateRequest (const String &initDataType, Float32Array *initData) |
| |
| Promise * | generateRequest (const String &initDataType, Float64Array *initData) |
| |
| Promise * | generateRequest (const String &initDataType, DataView *initData) |
| |
| Promise * | generateRequest (const String &initDataType, ArrayBuffer *initData) |
| |
| Promise * | load (const String &sessionId) |
| |
| Promise * | remove () |
| |
| Promise * | update (Int8Array *response) |
| |
| Promise * | update (Int16Array *response) |
| |
| Promise * | update (Int32Array *response) |
| |
| Promise * | update (Uint8Array *response) |
| |
| Promise * | update (Uint16Array *response) |
| |
| Promise * | update (Uint32Array *response) |
| |
| Promise * | update (Uint8ClampedArray *response) |
| |
| Promise * | update (Float32Array *response) |
| |
| Promise * | update (Float64Array *response) |
| |
| Promise * | update (DataView *response) |
| |
| Promise * | update (ArrayBuffer *response) |
| |
| MediaKeySession * | get_prototype () |
| |
| void | set_prototype (MediaKeySession *) |
| |
| | MediaKeySession () |
| |
| void | addEventListener (const String &type, EventListener *listener) |
| |
| void | addEventListener (const String &type, EventListener *listener, bool options) |
| |
| void | addEventListener (const String &type, EventListener *listener, AddEventListenerOptions *options) |
| |
| void | addEventListener (const String &type, EventListenerObject *listener) |
| |
| void | addEventListener (const String &type, EventListenerObject *listener, AddEventListenerOptions *options) |
| |
| bool | dispatchEvent (Event *evt) |
| |
| void | removeEventListener (const String &type) |
| |
| void | removeEventListener (const String &type, EventListener *listener) |
| |
| void | removeEventListener (const String &type, EventListener *listener, EventListenerOptions *options) |
| |
| void | removeEventListener (const String &type, EventListener *listener, bool options) |
| |
| void | removeEventListener (const String &type, EventListenerObject *listener) |
| |
| void | removeEventListener (const String &type, EventListenerObject *listener, bool options) |
| |
| EventTarget * | get_prototype () |
| |
| void | set_prototype (EventTarget *) |
| |
| | EventTarget () |
| |
| | Object () |
| |
| template<typename T > |
| T | valueOf () |
| |
| | operator double () const |
| |
| Object * | operator[] (const client::String &name) const |
| |
| void | set_ (const client::String &name, Object *v) |
| |
| template<typename T , typename = typename std::enable_if<std::is_arithmetic<T>::value, T>::type> |
| void | set_ (const client::String &name, T v) |
| |
| bool | hasOwnProperty (const client::String &name) |
| |