BASS.NET API for the Un4seen BASS Audio Library

BaseDSPDSPHandle Property

BASS.NET API for the Un4seen BASS Audio Library
Returns the actual DSP handle (or 0, if the DSP has not been assigned to the channel).

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

public int DSPHandle { get; }

Property Value

Type: Int32
Remarks

Caution: This member is not intended for direct use - but has more of an informal character.

A DSP will automatically be removed, if the channel is being freed. Therefore this member might return a dsp handle which is not active anymore. You might use BASS_ChannelIsActive(Int32) to check, if a channel is still active.

See Also

Reference