1 interface inheriting from ISpStreamFormat
System.Speech (1)
Internal\SapiInterop\SapiStreamInterop.cs (1)
45internal interface ISpStream : ISpStreamFormat
1 implementation of ISpStreamFormat
System.Speech (1)
Internal\SapiInterop\SpAudioStreamWrapper.cs (1)
12internal class SpAudioStreamWrapper : SpStreamWrapper, ISpStreamFormat
4 references to ISpStreamFormat
System.Speech (4)
Internal\SapiInterop\SapiRecoInterop.cs (3)
909void GetAudio(uint ulStartElement, uint cElements, out ISpStreamFormat ppStream); 942new void GetAudio(uint ulStartElement, uint cElements, out ISpStreamFormat ppStream); 966new void GetAudio(uint ulStartElement, uint cElements, out ISpStreamFormat ppStream);
Internal\SapiInterop\SpAudioStreamWrapper.cs (1)
60void ISpStreamFormat.GetFormat(out Guid guid, out IntPtr format)