AudioChannel Enumeration

Microsoft Speech Platform SDK 11

Collapse imageExpand ImageCopy imageCopyHover image

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 nameDescription
MonoThe audio format has one channel.
StereoThe audio format has two channels.

Remarks

The ChannelCount property gets a member of AudioChannel that indicates the number of channels for the audio format.

See Also