Width and height of a video frame, in pixels.
UINT64
GUID MF_MT_FRAME_SIZE = {0x1652c33d,0xd6b2,0x4012,{0xb8,0x34,0x72,0x03,0x08,0x49,0xa3,0x7d} }
The upper 32 bits contain the width and the lower 32 bits contain the height.
To set this attribute, use the MFSetAttributeSize function. To get this attribute, use the MFGetAttributeSize function.
The GUID constant for this attribute is exported from mfuuid.lib.
Header: Declared in mfapi.h.