NoiseReductionAttenuationLevel Property |
Noise Attenuation level.
Namespace: StreamCoders.WaveAssembly: MediaSuite (in MediaSuite.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic NoiseAttenuationLevel AttenuationLevel { get; set; }
Public Property AttenuationLevel As NoiseAttenuationLevel
Get
Set
public:
property NoiseAttenuationLevel AttenuationLevel {
NoiseAttenuationLevel get ();
void set (NoiseAttenuationLevel value);
}
member AttenuationLevel : NoiseAttenuationLevel with get, set
Property Value
Type:
NoiseAttenuationLevel
The attenuation level.
See Also