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

#include <clientlib.h>

Inherits client::Object.

Public Member Functions

bool get_enabled ()
 
void set_enabled (bool)
 
Stringget_id ()
 
Stringget_kind ()
 
void set_kind (const String &)
 
Stringget_label ()
 
Stringget_language ()
 
void set_language (const String &)
 
SourceBufferget_sourceBuffer ()
 
AudioTrackget_prototype ()
 
void set_prototype (AudioTrack *)
 
 AudioTrack ()
 
- 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

◆ AudioTrack()

client::AudioTrack::AudioTrack ( )

Member Function Documentation

◆ get_enabled()

bool client::AudioTrack::get_enabled ( )

◆ get_id()

String* client::AudioTrack::get_id ( )

◆ get_kind()

String* client::AudioTrack::get_kind ( )

◆ get_label()

String* client::AudioTrack::get_label ( )

◆ get_language()

String* client::AudioTrack::get_language ( )

◆ get_prototype()

AudioTrack* client::AudioTrack::get_prototype ( )

◆ get_sourceBuffer()

SourceBuffer* client::AudioTrack::get_sourceBuffer ( )

◆ set_enabled()

void client::AudioTrack::set_enabled ( bool  )

◆ set_kind()

void client::AudioTrack::set_kind ( const String )

◆ set_language()

void client::AudioTrack::set_language ( const String )

◆ set_prototype()

void client::AudioTrack::set_prototype ( AudioTrack )