BASS.NET API for the Un4seen BASS Audio Library

DSP_IIRDelay Methods

BASS.NET API for the Un4seen BASS Audio Library

The DSP_IIRDelay type exposes the following members.

Methods

  NameDescription
Public methodDispose
Implement IDisposable.
(Inherited from BaseDSP.)
Public methodDSPCallback
User defined DSP callback function which adds the delay effect. Not for direct use in your application!
(Overrides BaseDSPDSPCallback(Int32, Int32, IntPtr, Int32, IntPtr).)
Protected methodFinalize
Finalization code.
(Inherited from BaseDSP.)
Public methodOnBypassChanged
This method will be called every time the SetBypass(Boolean) method had been called.
(Inherited from BaseDSP.)
Public methodOnChannelChanged
This method will be called every time the ChannelHandle changed.
(Overrides BaseDSPOnChannelChanged.)
Public methodOnStarted
This method will be called every time the Start method had been called.
(Inherited from BaseDSP.)
Public methodOnStopped
This method will be called every time the Stop method had been called.
(Inherited from BaseDSP.)
Public methodPreset_Default
Sets the instance members to a preset.
Public methodPreset_Echo
Sets the instance members to a preset.
Public methodPreset_Metallic
Sets the instance members to a preset.
Public methodRaiseNotification
Fires the Notification event.
(Inherited from BaseDSP.)
Public methodReset
Clears the internal buffer.
Public methodSetBypass
Sets the Bypass mode.
(Inherited from BaseDSP.)
Public methodStart
Assigns the DSP to the channel (actually starts using the DSP).
(Inherited from BaseDSP.)
Public methodStop
Stops (removes) the DSP from the channel.
(Inherited from BaseDSP.)
Public methodToString
Returns the name of the DSP.
(Overrides BaseDSPToString.)
Top
See Also

Reference