NVIDIA DRIVE OS Linux API Reference

5.1.6.1 Release
For Test and Development only

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

Detailed Description

Holds the screen capture result.

Definition at line 378 of file nvscrncapt.h.

Collaboration diagram for NvScrncaptResult:

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...
 

Field Documentation

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.


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