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.