NVIDIA DRIVE OS Linux SDK API Reference

5.1.6.0 Release

 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
NvScrncaptHeadState Struct Reference

Detailed Description

Holds a head's current state.

Definition at line 350 of file nvscrncapt.h.

Collaboration diagram for NvScrncaptHeadState:

Data Fields

unsigned int headIdx
 Holds the index of this display head. More...
 
NvScrncaptBool enabled
 Holds the a flag indicating whether this head is enabled. More...
 
unsigned int resolutionH
 Holds the horizaontal display resolution. More...
 
unsigned int resolutionV
 Holds the vertical display resolution. More...
 
int numWins
 Holds the number of windows assigned to this head. More...
 
NvScrncaptWindowState wins [NVSCRNCAPT_MAX_WINS]
 Holds the window state information (for numWins). More...
 

Field Documentation

NvScrncaptBool NvScrncaptHeadState::enabled

Holds the a flag indicating whether this head is enabled.

Definition at line 354 of file nvscrncapt.h.

unsigned int NvScrncaptHeadState::headIdx

Holds the index of this display head.

Definition at line 352 of file nvscrncapt.h.

int NvScrncaptHeadState::numWins

Holds the number of windows assigned to this head.

Definition at line 360 of file nvscrncapt.h.

unsigned int NvScrncaptHeadState::resolutionH

Holds the horizaontal display resolution.

Definition at line 356 of file nvscrncapt.h.

unsigned int NvScrncaptHeadState::resolutionV

Holds the vertical display resolution.

Definition at line 358 of file nvscrncapt.h.

NvScrncaptWindowState NvScrncaptHeadState::wins[NVSCRNCAPT_MAX_WINS]

Holds the window state information (for numWins).

Definition at line 362 of file nvscrncapt.h.


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