Video SDK for Windows API Reference
Loading...
Searching...
No Matches
IZoomVideoSDKVideoSettingHelper Class Referenceabstract

#include <zoom_video_sdk_video_setting_interface.h>

Public Member Functions

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.
 

Detailed Description

Definition at line 14 of file zoom_video_sdk_video_setting_interface.h.

Member Function Documentation

◆ enableTemporalDeNoise()

virtual ZoomVideoSDKErrors IZoomVideoSDKVideoSettingHelper::enableTemporalDeNoise ( bool bEnable)
pure virtual

Call this method to enable or disable the temporal de-noise of video.

Parameters
bEnableTrue 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]bEnableTrue 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.