#include <zoom_video_sdk_video_setting_interface.h>
◆ enableTemporalDeNoise()
virtual ZoomVideoSDKErrors IZoomVideoSDKVideoSettingHelper::enableTemporalDeNoise |
( |
bool | bEnable | ) |
|
|
pure virtual |
Call this method to enable or disable the temporal de-noise of video.
- Parameters
-
bEnable | True to enable the temporal de-noise of video or false to disable it. |
- Returns
- If the function succeeds, the return value is ZoomVideoSDKErrors_Success. Otherwise failed. To get extended error information, see ZoomVideoSDKErrors enum.
◆ isTemporalDeNoiseEnabled()
virtual ZoomVideoSDKErrors IZoomVideoSDKVideoSettingHelper::isTemporalDeNoiseEnabled |
( |
bool & | bEnable | ) |
|
|
pure virtual |
Determine whether the temporal de-noise of video is enabled.
- Parameters
-
[out] | bEnable | True if the temporal de-noise of video is enabled, otherwise false. |
- Returns
- If the function succeeds, the return value is ZoomVideoSDKErrors_Success. Otherwise failed. To get extended error information, see ZoomVideoSDKErrors enum.