NVIDIA DRIVE OS Linux SDK API Reference

6.0.3 Release
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

◆ heads

NvScrncaptHeadState NvScrncaptResult::heads[NVSCRNCAPT_MAX_HEADS]

Holds the head state information.

Definition at line 382 of file nvscrncapt.h.

◆ numHeads

int NvScrncaptResult::numHeads

Holds the number of active heads.

Definition at line 380 of file nvscrncapt.h.

◆ reserved

void* NvScrncaptResult::reserved

Holds the reserved for library use: do not manipulate.

Definition at line 390 of file nvscrncapt.h.

◆ stats

NvScrncaptStatistics NvScrncaptResult::stats

Holds the capture statistics.

Definition at line 388 of file nvscrncapt.h.

◆ userAddress

unsigned char* NvScrncaptResult::userAddress

Holds the user-provided address of pre-allocated memory.

Definition at line 384 of file nvscrncapt.h.

◆ userDataSize

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: