The DSP_IIRDelay type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Dispose |
Implement IDisposable.
(Inherited from BaseDSP.) | |
| DSPCallback |
User defined DSP callback function which adds the delay effect. Not for direct use in your application!
(Overrides BaseDSPDSPCallback(Int32, Int32, IntPtr, Int32, IntPtr).) | |
| Finalize |
Finalization code.
(Inherited from BaseDSP.) | |
| OnBypassChanged |
This method will be called every time the SetBypass(Boolean) method had been called.
(Inherited from BaseDSP.) | |
| OnChannelChanged |
This method will be called every time the ChannelHandle changed.
(Overrides BaseDSPOnChannelChanged.) | |
| OnStarted |
This method will be called every time the Start method had been called.
(Inherited from BaseDSP.) | |
| OnStopped |
This method will be called every time the Stop method had been called.
(Inherited from BaseDSP.) | |
| Preset_Default |
Sets the instance members to a preset.
| |
| Preset_Echo |
Sets the instance members to a preset.
| |
| Preset_Metallic |
Sets the instance members to a preset.
| |
| RaiseNotification |
Fires the Notification event.
(Inherited from BaseDSP.) | |
| Reset |
Clears the internal buffer.
| |
| SetBypass |
Sets the Bypass mode.
(Inherited from BaseDSP.) | |
| Start |
Assigns the DSP to the channel (actually starts using the DSP).
(Inherited from BaseDSP.) | |
| Stop |
Stops (removes) the DSP from the channel.
(Inherited from BaseDSP.) | |
| ToString |
Returns the name of the DSP.
(Overrides BaseDSPToString.) |
See Also