Video SDK for Windows API Reference
Loading...
Searching...
No Matches
zoom_video_sdk_video_setting_interface.h
Go to the documentation of this file.
1
5
6#ifndef _ZOOM_VIDEO_SDK_VIDEO_SETTING_INTERFACE_H_
7#define _ZOOM_VIDEO_SDK_VIDEO_SETTING_INTERFACE_H_
10
12
18{
19public:
25 virtual ZoomVideoSDKErrors enableTemporalDeNoise(bool bEnable) = 0;
26
32
33 virtual ZoomVideoSDKErrors isTemporalDeNoiseEnabled(bool& bEnable) = 0;
34
40 virtual ZoomVideoSDKErrors enableFaceBeautyEffect(bool bEnable) = 0;
41
48
55 virtual ZoomVideoSDKErrors setFaceBeautyStrengthValue(unsigned int strengthValue) = 0;
56
63 virtual ZoomVideoSDKErrors getFaceBeautyStrengthValue(unsigned int& strengthValue) = 0;
64};
66#endif
Helper interface for configuring video settings.
virtual ZoomVideoSDKErrors enableFaceBeautyEffect(bool bEnable)=0
Enables or disables the face beauty effect for the video stream.
virtual ZoomVideoSDKErrors setFaceBeautyStrengthValue(unsigned int strengthValue)=0
Sets the intensity level of the face beauty effect (the strength value).
virtual ZoomVideoSDKErrors isFaceBeautyEffectEnabled(bool &bEnable)=0
Determines whether the face beauty effect is currently enabled.
virtual ZoomVideoSDKErrors enableTemporalDeNoise(bool bEnable)=0
Call this method to enable or disable the temporal de-noise of video.
virtual ZoomVideoSDKErrors getFaceBeautyStrengthValue(unsigned int &strengthValue)=0
Gets the current intensity level of the face beauty effect (the strength value).
virtual ZoomVideoSDKErrors isTemporalDeNoiseEnabled(bool &bEnable)=0
Determines 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.
Vector container interface.