2 references to EncodingFormat
System.Speech (2)
artifacts\obj\System.Speech\Debug\net10.0\System.Speech.notsupported.cs (2)
34public SpeechAudioFormatInfo(System.Speech.AudioFormat.EncodingFormat encodingFormat, int samplesPerSecond, int bitsPerSample, int channelCount, int averageBytesPerSecond, int blockAlign, byte[] formatSpecificData) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } 42public System.Speech.AudioFormat.EncodingFormat EncodingFormat { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } }