BASS.NET API for the Un4seen BASS Audio Library

BaseDSP Methods

BASS.NET API for the Un4seen BASS Audio Library

The BaseDSP type exposes the following members.

Methods

  NameDescription
Public methodDispose
Implement IDisposable.
Public methodDSPCallback
User defined DSP callback function which needs to be implemented in the derived class.
Protected methodFinalize
Finalization code.
(Overrides ObjectFinalize.)
Public methodOnBypassChanged
This method will be called every time the SetBypass(Boolean) method had been called.
Public methodOnChannelChanged
This method will be called every time the ChannelHandle changed.
Public methodOnStarted
This method will be called every time the Start method had been called.
Public methodOnStopped
This method will be called every time the Stop method had been called.
Public methodRaiseNotification
Fires the Notification event.
Public methodSetBypass
Sets the Bypass mode.
Public methodStart
Assigns the DSP to the channel (actually starts using the DSP).
Public methodStop
Stops (removes) the DSP from the channel.
Public methodToString
Returns the name of the DSP implementation.
(Overrides ObjectToString.)
Top
See Also

Reference