11 Apr
2023
11 Apr
'23
6:43 a.m.
Huw Davies (@huw) commented about dlls/mmdevapi/mmdevdrv.h:
+ + IMMDevice *device; +} SessionMgr; + +struct ACImpl { + IAudioClient3 IAudioClient3_iface; + IAudioRenderClient IAudioRenderClient_iface; + IAudioCaptureClient IAudioCaptureClient_iface; + IAudioClock IAudioClock_iface; + IAudioClock2 IAudioClock2_iface; + IAudioStreamVolume IAudioStreamVolume_iface; + + LONG ref; + + IMMDevice *parent; + IUnknown *pUnkFTMarshal;
IUnknown *marshal;
Let's call this one `marshal` like it is in the pulse driver. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/2626#note_29511