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