Helper interface for configuring video settings.
More...
#include <zoom_video_sdk_video_setting_interface.h>
Helper interface for configuring video settings.
Definition at line 17 of file 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, this function returns an error.
◆ isTemporalDeNoiseEnabled()
| virtual ZoomVideoSDKErrors IZoomVideoSDKVideoSettingHelper::isTemporalDeNoiseEnabled |
( |
bool & | bEnable | ) |
|
|
pure virtual |
Determines 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, this function returns an error.