include: Add IMFVideoSampleAllocatorEx.

Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Nikolay Sivov 2020-10-29 18:03:11 +03:00 committed by Alexandre Julliard
parent d5c089f5fa
commit 99c1f2a0a8
1 changed files with 16 additions and 0 deletions

View File

@ -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,