NVIDIA DeepStream SDK API Reference6.1.1 Release |
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... | |
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.