1 #ifndef OPENTERA_WEBRTC_NATIVE_CLIENT_CONFIGURATIONS_VIDEO_SOURCE_CONFIGURATION_H
2 #define OPENTERA_WEBRTC_NATIVE_CLIENT_CONFIGURATIONS_VIDEO_SOURCE_CONFIGURATION_H
11 bool m_needsDenoising;
Represents a configuration of a video source that can be added to a WebRTC call.
Definition: VideoSourceConfiguration.h:10
bool isScreencast() const
Indicates if this source is screencast.
Definition: VideoSourceConfiguration.h:52
static VideoSourceConfiguration create(bool needsDenoising, bool isScreencast)
Creates a video source configuration with the specified values.
Definition: VideoSourceConfiguration.h:37
bool needsDenoising() const
Indicates if this source needs denoising.
Definition: VideoSourceConfiguration.h:46