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

#include <clientlib.h>

Inherits client::Object.

Public Member Functions

Stringget_id ()
 
Stringget_kind ()
 
void set_kind (const String &)
 
Stringget_label ()
 
Stringget_language ()
 
void set_language (const String &)
 
bool get_selected ()
 
void set_selected (bool)
 
SourceBufferget_sourceBuffer ()
 
VideoTrackget_prototype ()
 
void set_prototype (VideoTrack *)
 
 VideoTrack ()
 
- 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

◆ VideoTrack()

client::VideoTrack::VideoTrack ( )

Member Function Documentation

◆ get_id()

String* client::VideoTrack::get_id ( )

◆ get_kind()

String* client::VideoTrack::get_kind ( )

◆ get_label()

String* client::VideoTrack::get_label ( )

◆ get_language()

String* client::VideoTrack::get_language ( )

◆ get_prototype()

VideoTrack* client::VideoTrack::get_prototype ( )

◆ get_selected()

bool client::VideoTrack::get_selected ( )

◆ get_sourceBuffer()

SourceBuffer* client::VideoTrack::get_sourceBuffer ( )

◆ set_kind()

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

◆ set_language()

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

◆ set_prototype()

void client::VideoTrack::set_prototype ( VideoTrack )

◆ set_selected()

void client::VideoTrack::set_selected ( bool  )