MF3DVideoOutputType enumeration (mftransform.h)
Specifies how to output a 3D stereoscopic video stream.
typedef enum _MF3DVideoOutputType {
MF3DVideoOutputType_BaseView = 0,
MF3DVideoOutputType_Stereo = 1
} MF3DVideoOutputType;
MF3DVideoOutputType_BaseView Value: 0 Output the base view only. Discard the other view. |
MF3DVideoOutputType_Stereo Value: 1 Output a stereo view (two buffers). |
This enumeration is used with the MF_ENABLE_3DVIDEO_OUTPUT attribute.
Requirement | Value |
---|---|
Minimum supported client | Windows 8 [desktop apps | UWP apps] |
Minimum supported server | Windows Server 2012 [desktop apps | UWP apps] |
Header | mftransform.h |