Enumerates values that describe the encoding format of audio.
Namespace:
Microsoft.Speech.AudioFormat
Assembly:
Microsoft.Speech (in Microsoft.Speech.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Enumeration EncodingFormat |
Visual Basic (Usage) |
---|
Dim instance As EncodingFormat |
C# |
---|
public enum EncodingFormat |
Members
Member name | Description | |
---|---|---|
Pcm | The encoding format of the audio is Pulse Code Modulation (PCM). | |
ALaw | The encoding format of the audio is ALaw. | |
ULaw | The encoding format of the audio is ULaw. |
Remarks
The EncodingFormat property gets a member of EncodingFormat that indicates the encoding format of audio.