Click or drag to resize
Mp3AudioEncoderConfigurationLowPassFilter Property
Gets or sets the Low Pass Filter for MP3 Encoder.

Namespace: StreamCoders.Encoder
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public bool LowPassFilter { get; set; }

Property Value

Type: Boolean
Set to true to enable, otherwise false. Default: true.
See Also