MF_MT_FRAME_SIZE attribute

Width and height of a video frame, in pixels.

Data type

UINT64

Syntax

GUID MF_MT_FRAME_SIZE = {0x1652c33d,0xd6b2,0x4012,{0xb8,0x34,0x72,0x03,0x08,0x49,0xa3,0x7d} }  

Remarks

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.

Requirements

Header: Declared in mfapi.h.