|
Video SDK for iOS API Reference
|
Video setting interface. More...
#include <ZoomVideoSDKVideoSettingHelper.h>
Inherits NSObject.
Instance Methods | |
| (ZoomVideoSDKError) | - enableFaceBeautyEffect: |
| Enables or disables the face beauty effect for the video stream. | |
| (BOOL) | - isFaceBeautyEffectEnabled |
| Determines whether the face beauty effect is currently enabled. | |
| (ZoomVideoSDKError) | - setFaceBeautyStrengthValue: |
| Sets the intensity level of the face beauty effect (the strength value). | |
| (unsigned int) | - getFaceBeautyStrengthValue |
| Retrieves the current intensity level of the face beauty effect (the strength value). | |
Video setting interface.
Definition at line 13 of file ZoomVideoSDKVideoSettingHelper.h.
| - (ZoomVideoSDKError) enableFaceBeautyEffect: | (BOOL) | enable |
Enables or disables the face beauty effect for the video stream.
| enable | YES to enable the face beauty effect, NO to disable it. |
| - (unsigned int) getFaceBeautyStrengthValue |
Retrieves the current intensity level of the face beauty effect (the strength value).
References getFaceBeautyStrengthValue.
Referenced by getFaceBeautyStrengthValue.
| - (BOOL) isFaceBeautyEffectEnabled |
Determines whether the face beauty effect is currently enabled.
References isFaceBeautyEffectEnabled.
Referenced by isFaceBeautyEffectEnabled.
| - (ZoomVideoSDKError) setFaceBeautyStrengthValue: | (unsigned int) | strengthValue |
Sets the intensity level of the face beauty effect (the strength value).
| strengthValue | The desired face beauty strength value (0-100). |