BASS.NET API for the Un4seen BASS Audio Library

BaseDSPIsAssigned Property

BASS.NET API for the Un4seen BASS Audio Library
Is the DSP assigned to an active channel? (=assigned, =not assigned).

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

public bool IsAssigned { get; }

Property Value

Type: Boolean
Remarks

This property will also return , if the underlying ChannelHandle has been freed in the meantime. In this case the DSP will be removed automatically.
See Also

Reference