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