Share via


VoiceInfo.SupportedAudioFormats Eigenschaft

Definition

Ruft die Auflistung der Audioformate ab, die die Stimme unterstützt.

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<System::Speech::AudioFormat::SpeechAudioFormatInfo ^> ^ SupportedAudioFormats { System::Collections::ObjectModel::ReadOnlyCollection<System::Speech::AudioFormat::SpeechAudioFormatInfo ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<System.Speech.AudioFormat.SpeechAudioFormatInfo> SupportedAudioFormats { get; }
member this.SupportedAudioFormats : System.Collections.ObjectModel.ReadOnlyCollection<System.Speech.AudioFormat.SpeechAudioFormatInfo>
Public ReadOnly Property SupportedAudioFormats As ReadOnlyCollection(Of SpeechAudioFormatInfo)

Eigenschaftswert

ReadOnlyCollection<SpeechAudioFormatInfo>

Gibt eine Auflistung der Audioformate zurück, die die Sprache unterstützt.

Gilt für

Siehe auch