BASS.NET API for the Un4seen BASS Audio Library

IBaseEncoderChannelNumChans Property

BASS.NET API for the Un4seen BASS Audio Library
This property should return 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

int ChannelNumChans { get; }

Property Value

Type: Int32
Remarks

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

Reference