BASS.NET API for the Un4seen BASS Audio Library

DSP_BufferStreamBufferStream Property

BASS.NET API for the Un4seen BASS Audio Library
Gets the buffered BASS stream (the created custom stream).

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

public int BufferStream { get; }

Property Value

Type: Int32
Remarks

You might use this stream channel handle to call BASS_ChannelGetData(Int32, IntPtr, Int32) or BASS_ChannelGetLevel(Int32) in order to retrive the FFT or level data.
See Also

Reference