NVIDIA DeepStream SDK API Reference
7.1 Release
nvdscustomusermeta.h
Go to the documentation of this file.
1
/*
2
* SPDX-FileCopyrightText: Copyright (c) 2022 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
3
* SPDX-License-Identifier: LicenseRef-NvidiaProprietary
4
*
5
* NVIDIA CORPORATION, its affiliates and licensors retain all intellectual
6
* property and proprietary rights in and to this material, related
7
* documentation and any modifications thereto. Any use, reproduction,
8
* disclosure or distribution of this material and related documentation
9
* without an express license agreement from NVIDIA CORPORATION or
10
* its affiliates is strictly prohibited.
11
*/
12
13
#ifndef __GST_NVDSCUSTOMUSER_META_H__
14
#define __GST_NVDSCUSTOMUSER_META_H__
15
16
#include <
nvdsmeta.h
>
17
18
#define NVDS_USER_CUSTOM_META \
19
(nvds_get_user_meta_type((gchar*)"NVIDIA.USER.CUSTOM_META"))
20
21
typedef
struct
_NVDS_CUSTOM_PAYLOAD
22
{
23
uint32_t
payloadType
;
24
uint32_t
payloadSize
;
25
uint8_t *
payload
;
26
}
NVDS_CUSTOM_PAYLOAD
;
27
28
#endif //__GST_NVDSCUSTOMUSER_META_H__
_NVDS_CUSTOM_PAYLOAD
Definition:
nvdscustomusermeta.h:21
_NVDS_CUSTOM_PAYLOAD::payloadType
uint32_t payloadType
Definition:
nvdscustomusermeta.h:23
NVDS_CUSTOM_PAYLOAD
struct _NVDS_CUSTOM_PAYLOAD NVDS_CUSTOM_PAYLOAD
_NVDS_CUSTOM_PAYLOAD::payloadSize
uint32_t payloadSize
Definition:
nvdscustomusermeta.h:24
_NVDS_CUSTOM_PAYLOAD::payload
uint8_t * payload
Definition:
nvdscustomusermeta.h:25
nvdsmeta.h
Advance Information | Subject to Change | Generated by NVIDIA | Mon Oct 14 2024 13:27:45 | PR-09318-R32