MF_MT_PAN_SCAN_ENABLED attribute

Specifies whether pan/scan mode is enabled.

Data type

UINT32

Syntax

GUID MF_MT_PAN_SCAN_ENABLED = {0x4b7f6bc3,0x8b13,0x40b2,{0xa9,0x93,0xab,0xf6,0x30,0xb8,0x20,0x4e} }  

Remarks

If this attribute is TRUE, only the pan/scan region of the video should be displayed. The pan/scan region is specified by the MF_MT_PAN_SCAN_APERTURE attribute.

If this attribute is FALSE or not set, the entire display aperture of the video should be displayed. The display aperture is specified by the MF_MT_MINIMUM_DISPLAY_APERTURE attribute.

If you set this attribute to TRUE, also set the value of the MF_MT_PAN_SCAN_APERTURE attribute.

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

Requirements

Header: Declared in mfapi.h.