Commit 5617d78f authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

include: Add IMFMediaEngineAudioEndpointId definition.

parent 5f48e781
......@@ -353,3 +353,15 @@ interface IMFMediaEngineNotify : IUnknown
{
HRESULT EventNotify([in] DWORD event, [in] DWORD_PTR param1, [in] DWORD param2);
}
[
object,
uuid(7a3bac98-0e76-49fb-8c20-8a86fd98eaf2),
local,
pointer_default(unique)
]
interface IMFMediaEngineAudioEndpointId : IUnknown
{
HRESULT SetAudioEndpointId([in] LPCWSTR id);
HRESULT GetAudioEndpointId([out] LPWSTR *id);
}
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