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