![]() |
API documentation
2.0rc1
|
#include <clientlib.h>
Inherits client::MediaTrackConstraintSet.
Public Member Functions | |
| Array * | get_advanced () |
| void | set_advanced (Array *) |
Public Member Functions inherited from client::MediaTrackConstraintSet | |
| double | get_aspectRatio () |
| void | set_aspectRatio (double) |
| double | get_channelCount () |
| void | set_channelCount (double) |
| String * | get_deviceId () |
| void | set_deviceId (const String &) |
| String * | get_displaySurface () |
| void | set_displaySurface (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_latency () |
| void | set_latency (double) |
| bool | get_logicalSurface () |
| void | set_logicalSurface (bool) |
| 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) |
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) |
| Array* client::MediaTrackConstraints::get_advanced | ( | ) |
| void client::MediaTrackConstraints::set_advanced | ( | Array * | ) |
1.8.13