Click or drag to resize
AudioConfigChannels Property
Gets the number of channels of the audio data. Currently only 1 channel is supported.

Namespace: StreamCoders.Wave
Assembly: MediaSuite (in MediaSuite.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public int Channels { get; set; }

Property Value

Type: Int32
Default: 1.
See Also