Note
Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.
SpeechAudioFormatInfo.FormatSpecificData Method
Returns the format-specific data of the audio format.
Namespace: Microsoft.Speech.AudioFormat
Assembly: Microsoft.Speech (in Microsoft.Speech.dll)
Syntax
'Declaration
Public Function FormatSpecificData As Byte()
'Usage
Dim instance As SpeechAudioFormatInfo
Dim returnValue As Byte()
returnValue = instance.FormatSpecificData()
public byte[] FormatSpecificData()
Return Value
Type: []
A byte array containing the format-specific data.