You are reading help file online using chmlib.com
|
Object: SpWaveFormatEx
The Channels property gets and sets the number of channels in the waveform-audio data.
Monaural data uses one channel and stereo data uses two channels.
Set: | SpWaveFormatEx.Channels = Integer |
Get: | Integer = SpWaveFormatEx.Channels |
For an example of the use of the Channels property, see the code example in the SpAudioFormat GetWaveFormatEx section.
You are reading help file online using chmlib.com
|