BASS.NET API for the Un4seen BASS Audio Library

BaseDSPUser Property

BASS.NET API for the Un4seen BASS Audio Library
Gets or Sets the value of the user instance data to pass to the callback function (see DSPCallback(Int32, Int32, IntPtr, Int32, IntPtr)).

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

public IntPtr User { get; set; }

Property Value

Type: IntPtr
See Also

Reference