Sdílet prostřednictvím


VoiceInfo.SupportedAudioFormats Vlastnost

Definice

Získá kolekci zvukových formátů, které hlas podporuje.

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)

Hodnota vlastnosti

ReadOnlyCollection<SpeechAudioFormatInfo>

Vrátí kolekci zvukových formátů, které hlas podporuje.

Platí pro

Viz také