From 095f2007aff83a0625e3e190c9087e22ca926f06 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Wed, 20 Oct 2021 13:12:58 +0530 Subject: [PATCH] include: Add MFVideoAlphaBitmapFlags in evr9.idl Signed-off-by: Biswapriyo Nath --- include/evr9.idl | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/include/evr9.idl b/include/evr9.idl index b3d363c..83e9c3f 100644 --- a/include/evr9.idl +++ b/include/evr9.idl @@ -41,6 +41,17 @@ typedef struct MFVideoAlphaBitmap MFVideoAlphaBitmapParams params; } MFVideoAlphaBitmap; +typedef enum MFVideoAlphaBitmapFlags +{ + MFVideoAlphaBitmap_EntireDDS = 0x1, + MFVideoAlphaBitmap_SrcColorKey = 0x2, + MFVideoAlphaBitmap_SrcRect = 0x4, + MFVideoAlphaBitmap_DestRect = 0x8, + MFVideoAlphaBitmap_FilterMode = 0x10, + MFVideoAlphaBitmap_Alpha = 0x20, + MFVideoAlphaBitmap_BitMask = 0x3f +} MFVideoAlphaBitmapFlags; + [ object, uuid(814c7b20-0fdb-4eec-af8f-f957c8f69edc), -- 2.33.0