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

#include <clientlib.h>

Inherits client::MediaTrackConstraintSet.

Public Member Functions

Arrayget_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)
 
Stringget_deviceId ()
 
void set_deviceId (const String &)
 
Stringget_displaySurface ()
 
void set_displaySurface (const String &)
 
bool get_echoCancellation ()
 
void set_echoCancellation (bool)
 
Stringget_facingMode ()
 
void set_facingMode (const String &)
 
double get_frameRate ()
 
void set_frameRate (double)
 
Stringget_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 >
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)
 

Member Function Documentation

◆ get_advanced()

Array* client::MediaTrackConstraints::get_advanced ( )

◆ set_advanced()

void client::MediaTrackConstraints::set_advanced ( Array )