Specifies how to output a 3D stereoscopic video stream.
typedef enum _MF3DVideoOutputType
{
MF3DVideoOutputType_BaseView = 0,
MF3DVideoOutputType_Stereo = 1
} MF3DVideoOutputType;
| Constant | Description |
|---|---|
| MF3DVideoOutputType_BaseView | Output the base view only. Discard the other view. |
| MF3DVideoOutputType_Stereo | Output a stereo view (two buffers). |
This enumeration is used with the MF_ENABLE_3DVIDEO_OUTPUT attribute.
Header: Declared in mftransform.h.