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