NVIDIA DeepStream SDK API Reference

6.4 Release
_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 281 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

◆ impl

void* _NvDsNmosNodeServer::impl

Holds an opaque pointer used by the NvDsNmos library.

Definition at line 292 of file nvdsnmos.h.

◆ user_data

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 288 of file nvdsnmos.h.


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