April 11, 2023
6:43 a.m.
Huw Davies (@huw) commented about dlls/mmdevapi/mmdevdrv.h:
+ +typedef struct AudioSession { + GUID guid; + struct list clients; + + IMMDevice *device; + + float master_vol; + UINT32 channel_count; + float *channel_vols; + BOOL mute; + + struct list entry; +} AudioSession; + +typedef struct AudioSessionWrapper {
typedef struct audio_session_wrapper {
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/2626#note_29508