#include <clientlib.h>
Inherits client::Object.
Inherited by client::MediaTrackConstraints.
◆ get_aspectRatio()
double client::MediaTrackConstraintSet::get_aspectRatio |
( |
| ) |
|
◆ get_channelCount()
double client::MediaTrackConstraintSet::get_channelCount |
( |
| ) |
|
◆ get_deviceId()
String* client::MediaTrackConstraintSet::get_deviceId |
( |
| ) |
|
◆ get_displaySurface()
String* client::MediaTrackConstraintSet::get_displaySurface |
( |
| ) |
|
◆ get_echoCancellation()
bool client::MediaTrackConstraintSet::get_echoCancellation |
( |
| ) |
|
◆ get_facingMode()
String* client::MediaTrackConstraintSet::get_facingMode |
( |
| ) |
|
◆ get_frameRate()
double client::MediaTrackConstraintSet::get_frameRate |
( |
| ) |
|
◆ get_groupId()
String* client::MediaTrackConstraintSet::get_groupId |
( |
| ) |
|
◆ get_height()
double client::MediaTrackConstraintSet::get_height |
( |
| ) |
|
◆ get_latency()
double client::MediaTrackConstraintSet::get_latency |
( |
| ) |
|
◆ get_logicalSurface()
bool client::MediaTrackConstraintSet::get_logicalSurface |
( |
| ) |
|
◆ get_sampleRate()
double client::MediaTrackConstraintSet::get_sampleRate |
( |
| ) |
|
◆ get_sampleSize()
double client::MediaTrackConstraintSet::get_sampleSize |
( |
| ) |
|
◆ get_volume()
double client::MediaTrackConstraintSet::get_volume |
( |
| ) |
|
◆ get_width()
double client::MediaTrackConstraintSet::get_width |
( |
| ) |
|
◆ set_aspectRatio()
void client::MediaTrackConstraintSet::set_aspectRatio |
( |
double |
| ) |
|
◆ set_channelCount()
void client::MediaTrackConstraintSet::set_channelCount |
( |
double |
| ) |
|
◆ set_deviceId()
void client::MediaTrackConstraintSet::set_deviceId |
( |
const String & |
| ) |
|
◆ set_displaySurface()
void client::MediaTrackConstraintSet::set_displaySurface |
( |
const String & |
| ) |
|
◆ set_echoCancellation()
void client::MediaTrackConstraintSet::set_echoCancellation |
( |
bool |
| ) |
|
◆ set_facingMode()
void client::MediaTrackConstraintSet::set_facingMode |
( |
const String & |
| ) |
|
◆ set_frameRate()
void client::MediaTrackConstraintSet::set_frameRate |
( |
double |
| ) |
|
◆ set_groupId()
void client::MediaTrackConstraintSet::set_groupId |
( |
const String & |
| ) |
|
◆ set_height()
void client::MediaTrackConstraintSet::set_height |
( |
double |
| ) |
|
◆ set_latency()
void client::MediaTrackConstraintSet::set_latency |
( |
double |
| ) |
|
◆ set_logicalSurface()
void client::MediaTrackConstraintSet::set_logicalSurface |
( |
bool |
| ) |
|
◆ set_sampleRate()
void client::MediaTrackConstraintSet::set_sampleRate |
( |
double |
| ) |
|
◆ set_sampleSize()
void client::MediaTrackConstraintSet::set_sampleSize |
( |
double |
| ) |
|
◆ set_volume()
void client::MediaTrackConstraintSet::set_volume |
( |
double |
| ) |
|
◆ set_width()
void client::MediaTrackConstraintSet::set_width |
( |
double |
| ) |
|