6#ifndef _ZOOM_VIDEO_SDK_VIDEO_SETTING_INTERFACE_H_
7#define _ZOOM_VIDEO_SDK_VIDEO_SETTING_INTERFACE_H_
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.