![]() |
API documentation
2.0rc1
|
#include <clientlib.h>
Inherits client::Object.
Public Member Functions | |
bool | get_aspectRatio () |
void | set_aspectRatio (bool) |
bool | get_deviceId () |
void | set_deviceId (bool) |
bool | get_echoCancellation () |
void | set_echoCancellation (bool) |
bool | get_facingMode () |
void | set_facingMode (bool) |
bool | get_frameRate () |
void | set_frameRate (bool) |
bool | get_groupId () |
void | set_groupId (bool) |
bool | get_height () |
void | set_height (bool) |
bool | get_sampleRate () |
void | set_sampleRate (bool) |
bool | get_sampleSize () |
void | set_sampleSize (bool) |
bool | get_volume () |
void | set_volume (bool) |
bool | get_width () |
void | set_width (bool) |
![]() | |
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) |
bool client::MediaTrackSupportedConstraints::get_aspectRatio | ( | ) |
bool client::MediaTrackSupportedConstraints::get_deviceId | ( | ) |
bool client::MediaTrackSupportedConstraints::get_echoCancellation | ( | ) |
bool client::MediaTrackSupportedConstraints::get_facingMode | ( | ) |
bool client::MediaTrackSupportedConstraints::get_frameRate | ( | ) |
bool client::MediaTrackSupportedConstraints::get_groupId | ( | ) |
bool client::MediaTrackSupportedConstraints::get_height | ( | ) |
bool client::MediaTrackSupportedConstraints::get_sampleRate | ( | ) |
bool client::MediaTrackSupportedConstraints::get_sampleSize | ( | ) |
bool client::MediaTrackSupportedConstraints::get_volume | ( | ) |
bool client::MediaTrackSupportedConstraints::get_width | ( | ) |
void client::MediaTrackSupportedConstraints::set_aspectRatio | ( | bool | ) |
void client::MediaTrackSupportedConstraints::set_deviceId | ( | bool | ) |
void client::MediaTrackSupportedConstraints::set_echoCancellation | ( | bool | ) |
void client::MediaTrackSupportedConstraints::set_facingMode | ( | bool | ) |
void client::MediaTrackSupportedConstraints::set_frameRate | ( | bool | ) |
void client::MediaTrackSupportedConstraints::set_groupId | ( | bool | ) |
void client::MediaTrackSupportedConstraints::set_height | ( | bool | ) |
void client::MediaTrackSupportedConstraints::set_sampleRate | ( | bool | ) |
void client::MediaTrackSupportedConstraints::set_sampleSize | ( | bool | ) |
void client::MediaTrackSupportedConstraints::set_volume | ( | bool | ) |
void client::MediaTrackSupportedConstraints::set_width | ( | bool | ) |