







Enumerates values that indicate the number of channels in the audio format.
Namespace:
Microsoft.Speech.AudioFormat
Assembly:
Microsoft.Speech (in Microsoft.Speech.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Enumeration AudioChannel |
| Visual Basic (Usage) |
|---|
Dim instance As AudioChannel |
| C# |
|---|
public enum AudioChannel |
Members
| Member name | Description | |
|---|---|---|
| Mono | The audio format has one channel. | |
| Stereo | The audio format has two channels. |
Remarks
The ChannelCount property gets a member of AudioChannel that indicates the number of channels for the audio format.
