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:
 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.
 

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

Enables or disables 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, it returns ZMVideoSDKErrors_Success. Otherwise, this function returns an error.

◆ 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.