![]() |
API documentation
2.0rc1
|
#include <clientlib.h>
Inherits client::Object.
Public Member Functions | |
bool | get_enabled () |
void | set_enabled (bool) |
String * | get_id () |
String * | get_kind () |
void | set_kind (const String &) |
String * | get_label () |
String * | get_language () |
void | set_language (const String &) |
SourceBuffer * | get_sourceBuffer () |
AudioTrack * | get_prototype () |
void | set_prototype (AudioTrack *) |
AudioTrack () | |
![]() | |
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::AudioTrack::AudioTrack | ( | ) |
bool client::AudioTrack::get_enabled | ( | ) |
String* client::AudioTrack::get_id | ( | ) |
String* client::AudioTrack::get_kind | ( | ) |
String* client::AudioTrack::get_label | ( | ) |
String* client::AudioTrack::get_language | ( | ) |
AudioTrack* client::AudioTrack::get_prototype | ( | ) |
SourceBuffer* client::AudioTrack::get_sourceBuffer | ( | ) |
void client::AudioTrack::set_enabled | ( | bool | ) |
void client::AudioTrack::set_kind | ( | const String & | ) |
void client::AudioTrack::set_language | ( | const String & | ) |
void client::AudioTrack::set_prototype | ( | AudioTrack * | ) |