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