4 Aug
2023
4 Aug
'23
5:18 p.m.
Zebediah Figura (@zfigura) commented about include/xaudio2.idl:
[in, defaultvalue(NULL)] void* pReserved); }
+[ + object, + uuid(84ac29bb-d619-44d2-b197-e4acf7df3ed6) +] +interface IXAudio2Extension : IUnknown +{ + void GetProcessingQuantum( + [out] UINT32 *quantum_numerator, + [out] UINT32 *quantum_denominator);
No need to reflow each parameter onto its own line; we have plenty of space. These [out] attributes don't do anything. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/3513#note_41407