AudioBitsPerSample Enumeration

Microsoft Speech Platform SDK 11

Collapse imageExpand ImageCopy imageCopyHover image

Enumerates values that describe the bits-per-sample characteristic of an audio format.

Namespace:  Microsoft.Speech.AudioFormat
Assembly:  Microsoft.Speech (in Microsoft.Speech.dll)

Syntax

Visual Basic (Declaration)
Public Enumeration AudioBitsPerSample
Visual Basic (Usage)
Dim instance As AudioBitsPerSample
C#
public enum AudioBitsPerSample

Members

Member nameDescription
EightThe audio format has 8 bits per sample.
SixteenThe audio format has 16 bits per sample.

Remarks

The BitsPerSample property gets a member of AudioBitsPerSample that indicates the bits-per-sample of an audio format.

See Also