API documentation  2.0rc1
Public Member Functions | List of all members
client::MSMediaKeySession Class Reference

#include <clientlib.h>

Inherits client::EventTarget.

Public Member Functions

MSMediaKeyErrorget_error ()
 
Stringget_keySystem ()
 
Stringget_sessionId ()
 
void close ()
 
void update (Uint8Array *key)
 
MSMediaKeySessionget_prototype ()
 
void set_prototype (MSMediaKeySession *)
 
 MSMediaKeySession ()
 
- Public Member Functions inherited from client::EventTarget
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)
 
EventTargetget_prototype ()
 
void set_prototype (EventTarget *)
 
 EventTarget ()
 
- Public Member Functions inherited from client::Object
 Object ()
 
template<typename T >
valueOf ()
 
 operator double () const
 
Objectoperator[] (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)
 

Constructor & Destructor Documentation

◆ MSMediaKeySession()

client::MSMediaKeySession::MSMediaKeySession ( )

Member Function Documentation

◆ close()

void client::MSMediaKeySession::close ( )

◆ get_error()

MSMediaKeyError* client::MSMediaKeySession::get_error ( )

◆ get_keySystem()

String* client::MSMediaKeySession::get_keySystem ( )

◆ get_prototype()

MSMediaKeySession* client::MSMediaKeySession::get_prototype ( )

◆ get_sessionId()

String* client::MSMediaKeySession::get_sessionId ( )

◆ set_prototype()

void client::MSMediaKeySession::set_prototype ( MSMediaKeySession )

◆ update()

void client::MSMediaKeySession::update ( Uint8Array key)