EncodingFormat Enumeration

Microsoft Speech Platform SDK 11

Collapse imageExpand ImageCopy imageCopyHover image

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 nameDescription
PcmThe encoding format of the audio is Pulse Code Modulation (PCM).
ALawThe encoding format of the audio is ALaw.
ULawThe encoding format of the audio is ULaw.

Remarks

The EncodingFormat property gets a member of EncodingFormat that indicates the encoding format of audio.

See Also