BASS.NET API for the Un4seen BASS Audio Library

BassWasapiBASS_WASAPI_GetData Method

BASS.NET API for the Un4seen BASS Audio Library
Overload List

  NameDescription
Public methodStatic memberBASS_WASAPI_GetData(IntPtr, Int32)
Retrieves the immediate sample data (or an FFT representation of it) of the current Wasapi device/driver (endpoint). This overload uses an IntPtr to reference the buffer data.
Public methodStatic memberBASS_WASAPI_GetData(Single, Int32)
Retrieves the immediate sample data (or an FFT representation of it) of the current Wasapi device/driver (endpoint). This overload uses a managed float[] to reference the buffer data as 32-bit!
Top
See Also

Reference