BASS.NET API for the Un4seen BASS Audio Library

BaseDSP Constructor

BASS.NET API for the Un4seen BASS Audio Library
Default constructor. Not assigning a DSP yet.

Namespace:  Un4seen.Bass.Misc
Assembly:  Bass.Net (in Bass.Net.dll) Version: 2.4.17.5
Syntax

public BaseDSP()
Remarks

The DSP is not automatically assigned by this constructor! You must set the ChannelHandle and DSPPriority manually prior to assigning the DSP.

Use Start to assign the DSP to the channel. Use Stop to remove the DSP (you can (re)assign the DSP at any time again by calling Start).

The channel does not have to be playing to set a DSP function, they can be set before and while playing.

If an instance of a derived class s being disposed, an already assigned DSP will automatically be removed from the channel.

See Also

Reference