OpenTera WebRTC API (C++) 1.2.6
|
Represents a configuration of a video source that can be added to a WebRTC call. More...
#include <VideoSourceConfiguration.h>
Public Member Functions | |
VideoSourceConfiguration (const VideoSourceConfiguration &other)=default | |
VideoSourceConfiguration (VideoSourceConfiguration &&other)=default | |
bool | needsDenoising () const |
Indicates if this source needs denoising. More... | |
bool | isScreencast () const |
Indicates if this source is screencast. More... | |
VideoSourceConfiguration & | operator= (const VideoSourceConfiguration &other)=default |
VideoSourceConfiguration & | operator= (VideoSourceConfiguration &&other)=default |
Static Public Member Functions | |
static VideoSourceConfiguration | create (bool needsDenoising, bool isScreencast) |
Creates a video source configuration with the specified values. More... | |
Represents a configuration of a video source that can be added to a WebRTC call.
|
inlinestatic |
Creates a video source configuration with the specified values.
needsDenoising | Indicates if this source needs denoising |
isScreencast | Indicates if this source is screencast |
|
inline |
Indicates if this source is screencast.
|
inline |
Indicates if this source needs denoising.