[Missing <summary> documentation for "P:Ozeki.Media.MediaHandlers.AudioQualityEnhancer.NoiseReductionLevel"]

Namespace: Ozeki.Media.MediaHandlers
Assembly: OPSSDK (in OPSSDK.dll) Version: 3.3.2.884

Syntax

C#
public NoiseReductionLevel NoiseReductionLevel { get; set; }
Visual Basic
Public Property NoiseReductionLevel As NoiseReductionLevel
	Get
	Set
Visual C++
public:
property NoiseReductionLevel NoiseReductionLevel {
	NoiseReductionLevel get ();
	void set (NoiseReductionLevel value);
}

Property Value

Type: NoiseReductionLevel

See Also