BASS.NET API for the Un4seen BASS Audio Library

BaseDSPChannelNumChans Property

BASS.NET API for the Un4seen BASS Audio Library
This property returns the actual number of channles of the sample data BASS is using with the channel (e.g. 1=mono, 2=stereo, etc.).

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

public int ChannelNumChans { get; }

Property Value

Type: Int32
Remarks

BASS supports multi-channel sample data, so make sure the actual DSP implementation supports multi-channel too. If the DSP does not support multi-channel make sure that you are using non-multi-channel handles only.
See Also

Reference