MF3DVideoOutputType enumeration
Specifies how to output a 3D stereoscopic video stream.
Syntax
typedef enum _MF3DVideoOutputType { MF3DVideoOutputType_BaseView = 0, MF3DVideoOutputType_Stereo = 1 } MF3DVideoOutputType;
Constants
- 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
|
Minimum supported client |
Windows 8 [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2012 [desktop apps | Windows Store apps] |
|
Header |
|
See also
Show: