Commit a34267e8 authored by Biswapriyo Nath's avatar Biswapriyo Nath Committed by Alexandre Julliard

include: Add IXAudio2Extension in xaudio2.idl.

Required for rpcs3 project.
parent aa3beb88
......@@ -572,6 +572,18 @@ interface IXAudio2 : IUnknown
[in, defaultvalue(NULL)] void* pReserved);
}
[
object,
local,
uuid(84ac29bb-d619-44d2-b197-e4acf7df3ed6)
]
interface IXAudio2Extension : IUnknown
{
void GetProcessingQuantum(UINT32 *quantum_numerator, UINT32 *quantum_denominator);
void GetProcessor(XAUDIO2_PROCESSOR *processor);
}
const UINT32 XAUDIO2_DEBUG_ENGINE = 0x00000001;
const UINT32 XAUDIO2_VOICE_NOPITCH = 0x00000002;
const UINT32 XAUDIO2_VOICE_NOSRC = 0x00000004;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment