SpeechAudioFormatInfo Class

Microsoft Speech Platform SDK 11

Collapse imageExpand ImageCopy imageCopyHover image

Represents information about an audio format.

Inheritance Hierarchy

System..::..Object
  Microsoft.Speech.AudioFormat..::..SpeechAudioFormatInfo

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

Syntax

Visual Basic (Declaration)
<SerializableAttribute> _
Public Class SpeechAudioFormatInfo
Visual Basic (Usage)
Dim instance As SpeechAudioFormatInfo
C#
[SerializableAttribute]
public class SpeechAudioFormatInfo

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also