NVIDIA DeepStream SDK API Reference
6.1.1 Release
Welcome
API Modules
Data Structures
Files
File List
Globals
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
;
36
}
NVDS_CUSTOM_PAYLOAD
;
37
38
#endif //__GST_NVDSCUSTOMUSER_META_H__
_NVDS_CUSTOM_PAYLOAD::payload
uint8_t * payload
Definition:
nvdscustomusermeta.h:35
_NVDS_CUSTOM_PAYLOAD::payloadSize
uint32_t payloadSize
Definition:
nvdscustomusermeta.h:34
_NVDS_CUSTOM_PAYLOAD::payloadType
uint32_t payloadType
Definition:
nvdscustomusermeta.h:33
nvdsmeta.h
Defines NVIDIA DeepStream Metadata Structures
_NVDS_CUSTOM_PAYLOAD
Definition:
nvdscustomusermeta.h:31
NVDS_CUSTOM_PAYLOAD
struct _NVDS_CUSTOM_PAYLOAD NVDS_CUSTOM_PAYLOAD
Advance Information | Subject to Change | Generated by NVIDIA | Fri Aug 26 2022 5:27:45 | PR-09318-R32