1 write to _sapiEngine
System.Speech (1)
Internal\Synthesis\TTSEngineProxy.cs (1)
118
_sapiEngine
= sapiEngine;
3 references to _sapiEngine
System.Speech (3)
Internal\Synthesis\TTSEngineProxy.cs (3)
132
_sapiEngine
.GetOutputFormat(ref formatId, preferredFormat, out guidNull, out coMem);
159
_sapiEngine
.Speak(0, ref formatId, waveFormat, spvTextFragment.AddrOfPinnedObject(), _iSite);
198
Marshal.ReleaseComObject(
_sapiEngine
);