Bagikan melalui


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.

See Also

Reference

SpeechAudioFormatInfo Class

SpeechAudioFormatInfo Members

Microsoft.Speech.AudioFormat Namespace