![]() |
NVIDIA DRIVE 5.0 Linux SDK API Reference5.0.10.3 Release |
Holds a head's current state.
Definition at line 350 of file nvscrncapt.h.
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... | |
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.