BASS.NET API for the Un4seen BASS Audio Library

WaveWriterNumChannels Property

BASS.NET API for the Un4seen BASS Audio Library
Gets the number of channels of the Wave file being created (values between 1 and 9 should be fine).

E.g. 1=mono, 2=stereo...

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

public int NumChannels { get; }

Property Value

Type: Int32
See Also

Reference