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

include: Add MFVideoAlphaBitmapFlags in evr9.idl.

parent a0f86f44
......@@ -41,6 +41,17 @@ typedef struct MFVideoAlphaBitmap
MFVideoAlphaBitmapParams params;
} MFVideoAlphaBitmap;
typedef enum
{
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),
......
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