FormatSpecificData Method

Microsoft Speech Platform SDK 11

Collapse imageExpand ImageCopy imageCopyHover image

Returns the format-specific data of the audio format.

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

Syntax

Visual Basic (Declaration)
Public Function FormatSpecificData As Byte()
Visual Basic (Usage)
Dim instance As SpeechAudioFormatInfo
Dim returnValue As Byte()

returnValue = instance.FormatSpecificData()
C#
public byte[] FormatSpecificData()

Return Value

Type: array<System..::..Byte>[]()[][]

A byte array containing the format-specific data.

See Also