Device Settings HAL 0.2.0
 
Loading...
Searching...
No Matches
_dsVideoPortResolution_t Struct Reference

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 )
 

Detailed Description

Structure that defines video port resolution settings of output video device.

Note
also used in dsHdmiIn.h

Field Documentation

◆ aspectRatio

dsVideoAspectRatio_t aspectRatio

The associated aspect ratio.

◆ frameRate

dsVideoFrameRate_t frameRate

The associated frame rate.

◆ interlaced

bool interlaced

The associated scan mode( true if interlaced, false if progressive )

◆ name

char name[32]

Name the resolution.

◆ pixelResolution

dsVideoResolution_t pixelResolution

The resolution associated with the name.

◆ stereoScopicMode

dsVideoStereoScopicMode_t stereoScopicMode

The associated stereoscopic mode.


The documentation for this struct was generated from the following file: