The BaseDSP type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Dispose |
Implement IDisposable.
| |
| DSPCallback |
User defined DSP callback function which needs to be implemented in the derived class.
| |
| Finalize |
Finalization code.
(Overrides ObjectFinalize.) | |
| OnBypassChanged |
This method will be called every time the SetBypass(Boolean) method had been called.
| |
| OnChannelChanged |
This method will be called every time the ChannelHandle changed.
| |
| OnStarted |
This method will be called every time the Start method had been called.
| |
| OnStopped |
This method will be called every time the Stop method had been called.
| |
| RaiseNotification |
Fires the Notification event.
| |
| SetBypass |
Sets the Bypass mode.
| |
| Start |
Assigns the DSP to the channel (actually starts using the DSP).
| |
| Stop |
Stops (removes) the DSP from the channel.
| |
| ToString |
Returns the name of the DSP implementation.
(Overrides ObjectToString.) |
See Also