See also vidcontrol
SUPPORTED OS: Windows Vista and higher
#define NV_STEREO_VIDEO_FORMAT_DEFINE |
Enumerator |
---|
NV_STEREO_VIDEO_FORMAT_NOT_STEREO |
|
NV_STEREO_VIDEO_FORMAT_SIDE_BY_SIDE_LR |
|
NV_STEREO_VIDEO_FORMAT_SIDE_BY_SIDE_RL |
|
NV_STEREO_VIDEO_FORMAT_TOP_BOTTOM_LR |
|
NV_STEREO_VIDEO_FORMAT_TOP_BOTTOM_RL |
|
NV_STEREO_VIDEO_FORMAT_ROW_INTERLEAVE_LR |
|
NV_STEREO_VIDEO_FORMAT_ROW_INTERLEAVE_RL |
|
NV_STEREO_VIDEO_FORMAT_TWO_FRAMES_LR |
|
NV_STEREO_VIDEO_FORMAT_MONO_PLUS_OFFSET |
|
NV_STEREO_VIDEO_FORMAT_LAST |
|
1 DESCRIPTION: This api specifies the stereo format of a surface, so that the
2 surface could be used for stereo video processing or compositing.
3 In particular, this api could be used to link the left and right
4 views of a decoded picture.
8 INPUT: pDev - The device on which the stereo surface will be used
9 pStereoInfo - The stereo format of the surface
11 \return an int which could be an NvAPI status or DX HRESULT code