Structure that defines video port resolution settings of output video device. More...
#include <dsTypes.h>
Data Fields | |
| char | name [32] |
| Name the resolution. | |
| dsVideoResolution_t | pixelResolution |
| The resolution associated with the name. | |
| dsVideoAspectRatio_t | aspectRatio |
| The associated aspect ratio. | |
| dsVideoStereoScopicMode_t | stereoScopicMode |
| The associated stereoscopic mode. | |
| dsVideoFrameRate_t | frameRate |
| The associated frame rate. | |
| bool | interlaced |
| The associated scan mode( true if interlaced, false if progressive ) | |
Structure that defines video port resolution settings of output video device.
| dsVideoAspectRatio_t aspectRatio |
The associated aspect ratio.
| dsVideoFrameRate_t frameRate |
The associated frame rate.
| bool interlaced |
The associated scan mode( true if interlaced, false if progressive )
| char name[32] |
Name the resolution.
| dsVideoResolution_t pixelResolution |
The resolution associated with the name.
| dsVideoStereoScopicMode_t stereoScopicMode |
The associated stereoscopic mode.