Commit 99c1f2a0 authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

include: Add IMFVideoSampleAllocatorEx.

parent d5c089f5
......@@ -1147,6 +1147,22 @@ interface IMFVideoSampleAllocatorCallback : IUnknown
);
}
[
object,
uuid(545b3a48-3283-4f62-866f-a62d8f598f9f),
local,
pointer_default(unique)
]
interface IMFVideoSampleAllocatorEx : IMFVideoSampleAllocator
{
HRESULT InitializeSampleAllocatorEx(
DWORD initial_sample_count,
DWORD max_sample_count,
IMFAttributes *attributes,
IMFMediaType *media_type
);
}
enum
{
MF_ACTIVATE_CUSTOM_MIXER_ALLOWFAIL = 0x00000001,
......
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