AudioQualityEnhancerNoiseReductionLevel Property |
Gets or sets the level of the noise filter.
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic NoiseReductionLevel NoiseReductionLevel { get; set; }
Public Property NoiseReductionLevel As NoiseReductionLevel
Get
Set
public:
property NoiseReductionLevel NoiseReductionLevel {
NoiseReductionLevel get ();
void set (NoiseReductionLevel value);
}
member NoiseReductionLevel : NoiseReductionLevel with get, set
Property Value
Type:
NoiseReductionLevel
See Also