Gets the channel count of the audio.
Namespace:
Microsoft.Speech.AudioFormat
Assembly:
Microsoft.Speech (in Microsoft.Speech.dll)
Syntax
Visual Basic (Declaration) |
---|
Public ReadOnly Property ChannelCount As Integer Get |
Visual Basic (Usage) |
---|
Dim instance As SpeechAudioFormatInfo Dim value As Integer value = instance.ChannelCount |
C# |
---|
public int ChannelCount { get; } |