BASS.NET API for the Un4seen BASS Audio Library

BaseDSPChannelHandle Property

BASS.NET API for the Un4seen BASS Audio Library
Gets or Sets the channel that the DSP is being applied to.

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

public int ChannelHandle { get; set; }

Property Value

Type: Int32
Exceptions

ExceptionCondition
ArgumentExceptionInvalid channel used.
Remarks

If the DSP has already been assigned, changing the channel will automatically reassign the DSP to the new channel.

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

See Also

Reference