SupportedAudioFormats Property

Microsoft Speech Platform SDK 11

Collapse imageExpand ImageCopy imageCopyHover image

Gets the collection of audio formats that the voice supports.

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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property SupportedAudioFormats As ReadOnlyCollection(Of SpeechAudioFormatInfo)
	Get
Visual Basic (Usage)
Dim instance As VoiceInfo
Dim value As ReadOnlyCollection(Of SpeechAudioFormatInfo)

value = instance.SupportedAudioFormats
C#
public ReadOnlyCollection<SpeechAudioFormatInfo> SupportedAudioFormats { get; }

Property Value

Type: System.Collections.ObjectModel..::..ReadOnlyCollection<(Of <(<'SpeechAudioFormatInfo>)>)>

Returns a collection of the audio formats that the voice supports.

See Also