Video SDK for iOS API Reference
Loading...
Searching...
No Matches
ZoomVideoSDKVideoSettingHelper.h
Go to the documentation of this file.
1
5
6#import <Foundation/Foundation.h>
7#import <ZoomVideoSDK/ZoomVideoSDK.h>
8
13@interface ZoomVideoSDKVideoSettingHelper : NSObject
14
20- (ZoomVideoSDKError)enableFaceBeautyEffect:(BOOL)enable;
21
27
34- (ZoomVideoSDKError)setFaceBeautyStrengthValue:(unsigned int)strengthValue;
35
42
43@end
44
ZoomVideoSDKError
Enumeration of all the errors in the VideoSDK.
BOOL isFaceBeautyEffectEnabled()
Determines whether the face beauty effect is currently enabled.
unsigned int getFaceBeautyStrengthValue()
Retrieves the current intensity level of the face beauty effect (the strength value).