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