MFSampleExtension_3DVideo attribute

Specifies whether a media sample contains a 3D video frame.

Data type

BOOL stored as UINT32

Syntax

GUID MFSampleExtension_3DVideo = {0xf86f97a4,0xdd54,0x4e2e,{0x9a,0x5e,0x55,0xfc,0x2d,0x74,0xa0,0x05} }  

Remarks

If this attribute is TRUE, the media sample contains a video frame that has two or more stereoscopic views. The default value is FALSE.

A component that generates 3D video frames should set this attribute to TRUE on every media sample that contains a 3D frame.

Requirements

Header: Declared in mfapi.h.