8 references to SpeechAudioFormatInfo
System.Speech (8)
artifacts\obj\System.Speech\Debug\net10.0\System.Speech.notsupported.cs (8)
219public System.Speech.AudioFormat.SpeechAudioFormatInfo Format { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 260public System.Collections.ObjectModel.ReadOnlyCollection<System.Speech.AudioFormat.SpeechAudioFormatInfo> SupportedAudioFormats { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 336public System.Speech.AudioFormat.SpeechAudioFormatInfo AudioFormat { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 384public void SetInputToAudioStream(System.IO.Stream audioSource, System.Speech.AudioFormat.SpeechAudioFormatInfo audioFormat) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 405public System.Speech.AudioFormat.SpeechAudioFormatInfo AudioFormat { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 834public void SetOutputToAudioStream(System.IO.Stream audioDestination, System.Speech.AudioFormat.SpeechAudioFormatInfo formatInfo) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 838public void SetOutputToWaveFile(string path, System.Speech.AudioFormat.SpeechAudioFormatInfo formatInfo) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 921public System.Collections.ObjectModel.ReadOnlyCollection<System.Speech.AudioFormat.SpeechAudioFormatInfo> SupportedAudioFormats { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } }