1 write to _delegate
System.Speech (1)
Internal\Synthesis\AudioDeviceOut.cs (1)
23
_delegate
= new Interop.WinMM.WaveOutProc(CallBackProc);
1 reference to _delegate
System.Speech (1)
Internal\Synthesis\AudioDeviceOut.cs (1)
74
result = Interop.WinMM.waveOutOpen(ref _hwo, _curDevice, wfx,
_delegate
, IntPtr.Zero, Interop.WinMM.CALLBACK_FUNCTION);