Video SDK for MacOS API Reference
Loading...
Searching...
No Matches
ZMVideoSDKVideoSettingHelper Class Reference

Provides settings-related functions to configure video enhancement options. More...

#include <ZMVideoSDKVideoSettingHelper.h>

Inherits NSObject.

Instance Methods

(ZMVideoSDKErrors- enableTemporalDeNoise:
 Call this method to enable or disable 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.
 

Detailed Description

Provides settings-related functions to configure video enhancement options.

Definition at line 13 of file ZMVideoSDKVideoSettingHelper.h.

Method Documentation

◆ enableTemporalDeNoise:

- (ZMVideoSDKErrors) enableTemporalDeNoise: (BOOL) enable

Call this method to enable or disable temporal video denoising. This process reduces noise between frames of video.

Parameters
enableYES to enable the temporal de-noise of video. NO to disable it.
Returns
If the function succeeds, the return value is ZMVideoSDKErrors_Success.

◆ isTemporalDeNoiseEnabled

- (BOOL) isTemporalDeNoiseEnabled

Query if the option to optimize video quality with de-noise is enabled.

Returns
YES if temporal video denoising is enabled, otherwise NO.