EncodingFormat Property

Microsoft Speech Platform SDK 11

Collapse imageExpand ImageCopy imageCopyHover image

Gets the encoding format of the audio.

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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property EncodingFormat As EncodingFormat
	Get
Visual Basic (Usage)
Dim instance As SpeechAudioFormatInfo
Dim value As EncodingFormat

value = instance.EncodingFormat
C#
public EncodingFormat EncodingFormat { get; }

Property Value

Type: Microsoft.Speech.AudioFormat..::..EncodingFormat

The encoding format of the audio.

See Also