|
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: |
| 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. | |
Provides settings-related functions to configure video enhancement options.
Definition at line 13 of file ZMVideoSDKVideoSettingHelper.h.
| - (ZMVideoSDKErrors) enableTemporalDeNoise: | (BOOL) | enable |
Call this method to enable or disable 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. |
| - (BOOL) isTemporalDeNoiseEnabled |
Query if the option to optimize video quality with de-noise is enabled.