NVIDIA DeepStream SDK API Reference

6.1.1 Release

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
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__
Defines NVIDIA DeepStream Metadata Structures
struct _NVDS_CUSTOM_PAYLOAD NVDS_CUSTOM_PAYLOAD