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

#include <clientlib.h>

Inherits client::Object.

Public Member Functions

double get_size ()
 
void forEach (Function *callback)
 
void forEach (Function *callback, Object *thisArg)
 
Stringget (Int8Array *keyId)
 
Stringget (Int16Array *keyId)
 
Stringget (Int32Array *keyId)
 
Stringget (Uint8Array *keyId)
 
Stringget (Uint16Array *keyId)
 
Stringget (Uint32Array *keyId)
 
Stringget (Uint8ClampedArray *keyId)
 
Stringget (Float32Array *keyId)
 
Stringget (Float64Array *keyId)
 
Stringget (DataView *keyId)
 
Stringget (ArrayBuffer *keyId)
 
bool has (Int8Array *keyId)
 
bool has (Int16Array *keyId)
 
bool has (Int32Array *keyId)
 
bool has (Uint8Array *keyId)
 
bool has (Uint16Array *keyId)
 
bool has (Uint32Array *keyId)
 
bool has (Uint8ClampedArray *keyId)
 
bool has (Float32Array *keyId)
 
bool has (Float64Array *keyId)
 
bool has (DataView *keyId)
 
bool has (ArrayBuffer *keyId)
 
MediaKeyStatusMapget_prototype ()
 
void set_prototype (MediaKeyStatusMap *)
 
 MediaKeyStatusMap ()
 
- 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

◆ MediaKeyStatusMap()

client::MediaKeyStatusMap::MediaKeyStatusMap ( )

Member Function Documentation

◆ forEach() [1/2]

void client::MediaKeyStatusMap::forEach ( Function callback)

◆ forEach() [2/2]

void client::MediaKeyStatusMap::forEach ( Function callback,
Object thisArg 
)

◆ get() [1/11]

String* client::MediaKeyStatusMap::get ( Int8Array keyId)

◆ get() [2/11]

String* client::MediaKeyStatusMap::get ( Int16Array keyId)

◆ get() [3/11]

String* client::MediaKeyStatusMap::get ( Int32Array keyId)

◆ get() [4/11]

String* client::MediaKeyStatusMap::get ( Uint8Array keyId)

◆ get() [5/11]

String* client::MediaKeyStatusMap::get ( Uint16Array keyId)

◆ get() [6/11]

String* client::MediaKeyStatusMap::get ( Uint32Array keyId)

◆ get() [7/11]

String* client::MediaKeyStatusMap::get ( Uint8ClampedArray keyId)

◆ get() [8/11]

String* client::MediaKeyStatusMap::get ( Float32Array keyId)

◆ get() [9/11]

String* client::MediaKeyStatusMap::get ( Float64Array keyId)

◆ get() [10/11]

String* client::MediaKeyStatusMap::get ( DataView keyId)

◆ get() [11/11]

String* client::MediaKeyStatusMap::get ( ArrayBuffer keyId)

◆ get_prototype()

MediaKeyStatusMap* client::MediaKeyStatusMap::get_prototype ( )

◆ get_size()

double client::MediaKeyStatusMap::get_size ( )

◆ has() [1/11]

bool client::MediaKeyStatusMap::has ( Int8Array keyId)

◆ has() [2/11]

bool client::MediaKeyStatusMap::has ( Int16Array keyId)

◆ has() [3/11]

bool client::MediaKeyStatusMap::has ( Int32Array keyId)

◆ has() [4/11]

bool client::MediaKeyStatusMap::has ( Uint8Array keyId)

◆ has() [5/11]

bool client::MediaKeyStatusMap::has ( Uint16Array keyId)

◆ has() [6/11]

bool client::MediaKeyStatusMap::has ( Uint32Array keyId)

◆ has() [7/11]

bool client::MediaKeyStatusMap::has ( Uint8ClampedArray keyId)

◆ has() [8/11]

bool client::MediaKeyStatusMap::has ( Float32Array keyId)

◆ has() [9/11]

bool client::MediaKeyStatusMap::has ( Float64Array keyId)

◆ has() [10/11]

bool client::MediaKeyStatusMap::has ( DataView keyId)

◆ has() [11/11]

bool client::MediaKeyStatusMap::has ( ArrayBuffer keyId)

◆ set_prototype()

void client::MediaKeyStatusMap::set_prototype ( MediaKeyStatusMap )