Interface IBandpassFilter
Represents a plugin that performs bandpass filtering of the audio signals.
Namespace: VE3NEA.HamCockpit.PluginAPI
Assembly: VE3NEA.HamCockpit.PluginAPI.dll
Syntax
public interface IBandpassFilter
Methods
| Name | Description |
|---|---|
| SetBandwidth(Int32) | Sets the filter bandwidth. |
| SetPassband(Int32, Int32) | Sets the passband of the filter. |
Events
| Name | Description |
|---|---|
| PassbandChanged | Occurs when the filter passband changes. |