NVIDIA DeepStream SDK API Reference

5.0 Release

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

Detailed Description

Holds parameters for buffer sync point object.

sync object params is simply a data structure containing [sync point ID,value] pair. This can be used by clients to describe an event that might want to wait for.

Definition at line 317 of file nvbuf_utils.h.

Data Fields

uint32_t syncpointID
 
uint32_t value
 

Field Documentation

uint32_t _NvBufferSyncObjParams::syncpointID

Definition at line 319 of file nvbuf_utils.h.

uint32_t _NvBufferSyncObjParams::value

Definition at line 320 of file nvbuf_utils.h.


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