![]() |
NVIDIA DRIVE 5.0 Linux SDK API Reference5.0.10.3 Release |
Holds the screen capture result.
Definition at line 378 of file nvscrncapt.h.
Data Fields | |
int | numHeads |
Holds the number of active heads. More... | |
NvScrncaptHeadState | heads [NVSCRNCAPT_MAX_HEADS] |
Holds the head state information. More... | |
unsigned char * | userAddress |
Holds the user-provided address of pre-allocated memory. More... | |
unsigned int | userDataSize |
Holds the size of user-allocated memory. More... | |
NvScrncaptStatistics | stats |
Holds the capture statistics. More... | |
void * | reserved |
Holds the reserved for library use: do not manipulate. More... | |
NvScrncaptHeadState NvScrncaptResult::heads[NVSCRNCAPT_MAX_HEADS] |
Holds the head state information.
Definition at line 382 of file nvscrncapt.h.
int NvScrncaptResult::numHeads |
Holds the number of active heads.
Definition at line 380 of file nvscrncapt.h.
void* NvScrncaptResult::reserved |
Holds the reserved for library use: do not manipulate.
Definition at line 390 of file nvscrncapt.h.
NvScrncaptStatistics NvScrncaptResult::stats |
Holds the capture statistics.
Definition at line 388 of file nvscrncapt.h.
unsigned char* NvScrncaptResult::userAddress |
Holds the user-provided address of pre-allocated memory.
Definition at line 384 of file nvscrncapt.h.
unsigned int NvScrncaptResult::userDataSize |
Holds the size of user-allocated memory.
Definition at line 386 of file nvscrncapt.h.