![]() |
API documentation
2.0rc1
|
#include <clientlib.h>
Inherits client::Object.
Public Member Functions | |
| double | get_code () |
| String * | get_message () |
| double | get_msExtendedCode () |
| MediaError * | get_prototype () |
| void | set_prototype (MediaError *) |
| MediaError () | |
| double | get_MEDIA_ERR_ABORTED () |
| double | get_MEDIA_ERR_DECODE () |
| double | get_MEDIA_ERR_NETWORK () |
| double | get_MEDIA_ERR_SRC_NOT_SUPPORTED () |
| double | get_MS_MEDIA_ERR_ENCRYPTED () |
Public Member Functions inherited from client::Object | |
| 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) |
| client::MediaError::MediaError | ( | ) |
| double client::MediaError::get_code | ( | ) |
| double client::MediaError::get_MEDIA_ERR_ABORTED | ( | ) |
| double client::MediaError::get_MEDIA_ERR_DECODE | ( | ) |
| double client::MediaError::get_MEDIA_ERR_NETWORK | ( | ) |
| double client::MediaError::get_MEDIA_ERR_SRC_NOT_SUPPORTED | ( | ) |
| String* client::MediaError::get_message | ( | ) |
| double client::MediaError::get_MS_MEDIA_ERR_ENCRYPTED | ( | ) |
| double client::MediaError::get_msExtendedCode | ( | ) |
| MediaError* client::MediaError::get_prototype | ( | ) |
| void client::MediaError::set_prototype | ( | MediaError * | ) |
1.8.13