Click or drag to resize
IppAecNoiseReductionLevel Enumeration
Noise mitigation level enumeration.

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public enum IppAecNoiseReductionLevel
Members
  Member nameValueDescription
NoReduction0 No noise reduction will be made.
Low1 Low filtering.
Medium2 Medium filtering.
Normal3 Normal filtering.
High4 High filtering.
Auto5 Automatically detects the level of the noise reduction.
See Also