NVIDIA DeepStream SDK API Reference

6.4 Release
nvdscustomusermeta.h
Go to the documentation of this file.
1 
23 #ifndef __GST_NVDSCUSTOMUSER_META_H__
24 #define __GST_NVDSCUSTOMUSER_META_H__
25 
26 #include <nvdsmeta.h>
27 
28 #define NVDS_USER_CUSTOM_META \
29  (nvds_get_user_meta_type((gchar*)"NVIDIA.USER.CUSTOM_META"))
30 
31 typedef struct _NVDS_CUSTOM_PAYLOAD
32 {
33  uint32_t payloadType;
34  uint32_t payloadSize;
35  uint8_t *payload;
37 
38 #endif //__GST_NVDSCUSTOMUSER_META_H__
_NVDS_CUSTOM_PAYLOAD
Definition: nvdscustomusermeta.h:31
_NVDS_CUSTOM_PAYLOAD::payloadType
uint32_t payloadType
Definition: nvdscustomusermeta.h:33
NVDS_CUSTOM_PAYLOAD
struct _NVDS_CUSTOM_PAYLOAD NVDS_CUSTOM_PAYLOAD
_NVDS_CUSTOM_PAYLOAD::payloadSize
uint32_t payloadSize
Definition: nvdscustomusermeta.h:34
_NVDS_CUSTOM_PAYLOAD::payload
uint8_t * payload
Definition: nvdscustomusermeta.h:35
nvdsmeta.h