8 references to SpeechAudioFormatInfo
System.Speech (8)
artifacts\obj\System.Speech\Debug\net11.0\System.Speech.notsupported.cs (8)
223public System.Speech.AudioFormat.SpeechAudioFormatInfo Format { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 264public System.Collections.ObjectModel.ReadOnlyCollection<System.Speech.AudioFormat.SpeechAudioFormatInfo> SupportedAudioFormats { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 340public System.Speech.AudioFormat.SpeechAudioFormatInfo? AudioFormat { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 388public void SetInputToAudioStream(System.IO.Stream audioSource, System.Speech.AudioFormat.SpeechAudioFormatInfo audioFormat) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 409public System.Speech.AudioFormat.SpeechAudioFormatInfo? AudioFormat { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } } 842public void SetOutputToAudioStream(System.IO.Stream audioDestination, System.Speech.AudioFormat.SpeechAudioFormatInfo formatInfo) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 846public void SetOutputToWaveFile(string path, System.Speech.AudioFormat.SpeechAudioFormatInfo formatInfo) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 929public System.Collections.ObjectModel.ReadOnlyCollection<System.Speech.AudioFormat.SpeechAudioFormatInfo>? SupportedAudioFormats { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } }