BASS.NET API for the Un4seen BASS Audio Library

DSP_BufferStream Constructor

BASS.NET API for the Un4seen BASS Audio Library
Creates a new instance of the Stream Buffer DSP, not assigning the DSP yet.

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

public DSP_BufferStream()
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.

See Also

Reference