MF3DVideoOutputType Enumeration

Specifies how to output a 3D stereoscopic video stream.

Syntax

typedef enum _MF3DVideoOutputType
{
    MF3DVideoOutputType_BaseView = 0,
    MF3DVideoOutputType_Stereo = 1
} MF3DVideoOutputType;  

Constants

Constant Description
MF3DVideoOutputType_BaseView Output the base view only. Discard the other view.
MF3DVideoOutputType_Stereo Output a stereo view (two buffers).

Remarks

This enumeration is used with the MF_ENABLE_3DVIDEO_OUTPUT attribute.

Requirements

Header: Declared in mftransform.h.