NVIDIA DeepStream SDK API Reference

6.1.1 Release

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

Detailed Description

Holds the implementation details of a running NvDsNmos server.

The structure should be zero initialized, with the possible exception of the user_data member.

Definition at line 194 of file nvdsnmos.h.

Data Fields

void * user_data
 Holds a pointer to user data, not used by the NvDsNmos library. More...
 
void * impl
 Holds an opaque pointer used by the NvDsNmos library. More...
 

Field Documentation

void* _NvDsNmosNodeServer::impl

Holds an opaque pointer used by the NvDsNmos library.

Definition at line 205 of file nvdsnmos.h.

void* _NvDsNmosNodeServer::user_data

Holds a pointer to user data, not used by the NvDsNmos library.

Can be used for example to access application-specific data in callbacks from the NvDsNmos library.

Definition at line 201 of file nvdsnmos.h.


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