BASS.NET API for the Un4seen BASS Audio Library

BaseDSPDSPProc Property

BASS.NET API for the Un4seen BASS Audio Library
Returns the actual DSPPROC (callback delegate) which is used by the DSP.

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

public DSPPROC DSPProc { get; }

Property Value

Type: DSPPROC
Remarks

This callback delegate is being created when a DSP instance is being created.

Caution: This member is not intended for direct use - but has more of an informal character. However, you might use the delegate, if you want to manually make use of the implementation of the DSP, but want to handle the entire DSP assignement yourself.

See Also

Reference