Video SDK for Linux API Reference
Loading...
Searching...
No Matches
zoom_video_sdk_video_setting_interface.h
Go to the documentation of this file.
1
7#ifndef _ZOOM_VIDEO_SDK_VIDEO_SETTING_INTERFACE_H_
8#define _ZOOM_VIDEO_SDK_VIDEO_SETTING_INTERFACE_H_
11
13
15{
16public:
21 virtual ZoomVideoSDKErrors enableTemporalDeNoise(bool bEnable) = 0;
22
27 virtual ZoomVideoSDKErrors isTemporalDeNoiseEnabled(bool& bEnable) = 0;
28};
30#endif
virtual ZoomVideoSDKErrors enableTemporalDeNoise(bool bEnable)=0
Call this method to enable or disable the temporal de-noise of video.
virtual ZoomVideoSDKErrors isTemporalDeNoiseEnabled(bool &bEnable)=0
Determine whether the temporal de-noise of video is enabled.
Zoom Video SDK Common Definition File.
#define BEGIN_ZOOM_VIDEO_SDK_NAMESPACE
#define END_ZOOM_VIDEO_SDK_NAMESPACE
ZoomVideoSDKErrors
Enumeration of common Zoom Video SDK errors.