|
Video SDK for MacOS API Reference
|
Provides settings-related functions to configure video enhancement options. More...
#include <ZMVideoSDKVideoSettingHelper.h>
Inherits NSObject.
Instance Methods | |
| (ZMVideoSDKErrors) | - enableTemporalDeNoise: |
| Enables or disables temporal video denoising. This process reduces noise between frames of video. | |
| (BOOL) | - isTemporalDeNoiseEnabled |
| Query if the option to optimize video quality with de-noise is enabled. | |
| (ZMVideoSDKErrors) | - enableFaceBeautyEffect: |
| Enables or disables the face beauty effect for the video stream. | |
| (BOOL) | - isFaceBeautyEffectEnabled |
| Determines whether the face beauty effect is currently enabled. | |
| (ZMVideoSDKErrors) | - 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). | |
Provides settings-related functions to configure video enhancement options.
Definition at line 13 of file ZMVideoSDKVideoSettingHelper.h.
| - (ZMVideoSDKErrors) 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. |
| - (ZMVideoSDKErrors) enableTemporalDeNoise: | (BOOL) | enable |
Enables or disables temporal video denoising. This process reduces noise between frames of video.
| enable | YES to enable the temporal de-noise of video, 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.
| - (BOOL) isTemporalDeNoiseEnabled |
Query if the option to optimize video quality with de-noise is enabled.
References isTemporalDeNoiseEnabled.
Referenced by isTemporalDeNoiseEnabled.
| - (ZMVideoSDKErrors) 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). |
ZMVideoSDKErrors_Success. Otherwise, this function returns an error.