MF_MT_MINIMUM_DISPLAY_APERTURE attribute

Defines the display aperture, which is the region of a video frame that contains valid image data.

Data type

Byte array

Syntax

GUID MF_MT_MINIMUM_DISPLAY_APERTURE = {0xd7388766,0x18fe,0x48c6,{0xa1,0x77,0xee,0x89,0x48,0x67,0xc8,0xc4} }  

Remarks

The attribute value is an MFVideoArea structure.

The minimum display aperture is the region that contains the valid portion of the signal. The pixels outside the aperture contain invalid data and should not be displayed.

The GUID constant for this attribute is exported from mfuuid.lib.

Requirements

Header: Declared in mfapi.h.