NVIDIA DeepStream SDK API Reference

6.4 Release
gstnvdsmetaextract.h File Reference

Go to the source code of this file.

Data Structures

struct  _Gstnvdsmetaextract
 
struct  _GstnvdsmetaextractClass
 

Macros

#define GST_TYPE_NVDSMETAEXTRACT   (gst_nvdsmetaextract_get_type())
 SPDX-FileCopyrightText: Copyright (c) 2022, NVIDIA CORPORATION. More...
 
#define GST_NVDSMETAEXTRACT(obj)   (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_NVDSMETAEXTRACT,Gstnvdsmetaextract))
 
#define GST_NVDSMETAEXTRACT_CLASS(klass)   (G_TYPE_CHECK_CLASS_CAST((klass),GST_TYPE_NVDSMETAEXTRACT,GstnvdsmetaextractClass))
 
#define GST_IS_NVDSMETAEXTRACT(obj)   (G_TYPE_CHECK_INSTANCE_TYPE((obj),GST_TYPE_NVDSMETAEXTRACT))
 
#define GST_IS_NVDSMETAEXTRACT_CLASS(klass)   (G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_NVDSMETAEXTRACT))
 

Typedefs

typedef struct _Gstnvdsmetaextract Gstnvdsmetaextract
 
typedef struct _GstnvdsmetaextractClass GstnvdsmetaextractClass
 

Functions

GType gst_nvdsmetaextract_get_type (void)
 
gboolean nvds_metaextract_init (GstPlugin *nvdsmetaextract)
 

Macro Definition Documentation

◆ GST_IS_NVDSMETAEXTRACT

#define GST_IS_NVDSMETAEXTRACT (   obj)    (G_TYPE_CHECK_INSTANCE_TYPE((obj),GST_TYPE_NVDSMETAEXTRACT))

Definition at line 39 of file gstnvdsmetaextract.h.

◆ GST_IS_NVDSMETAEXTRACT_CLASS

#define GST_IS_NVDSMETAEXTRACT_CLASS (   klass)    (G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_NVDSMETAEXTRACT))

Definition at line 41 of file gstnvdsmetaextract.h.

◆ GST_NVDSMETAEXTRACT

#define GST_NVDSMETAEXTRACT (   obj)    (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_NVDSMETAEXTRACT,Gstnvdsmetaextract))

Definition at line 35 of file gstnvdsmetaextract.h.

◆ GST_NVDSMETAEXTRACT_CLASS

#define GST_NVDSMETAEXTRACT_CLASS (   klass)    (G_TYPE_CHECK_CLASS_CAST((klass),GST_TYPE_NVDSMETAEXTRACT,GstnvdsmetaextractClass))

Definition at line 37 of file gstnvdsmetaextract.h.

◆ GST_TYPE_NVDSMETAEXTRACT

#define GST_TYPE_NVDSMETAEXTRACT   (gst_nvdsmetaextract_get_type())

SPDX-FileCopyrightText: Copyright (c) 2022, NVIDIA CORPORATION.

All rights reserved. SPDX-License-Identifier: MIT

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Definition at line 33 of file gstnvdsmetaextract.h.

Typedef Documentation

◆ Gstnvdsmetaextract

Definition at line 44 of file gstnvdsmetaextract.h.

◆ GstnvdsmetaextractClass

Definition at line 45 of file gstnvdsmetaextract.h.

Function Documentation

◆ gst_nvdsmetaextract_get_type()

GType gst_nvdsmetaextract_get_type ( void  )

◆ nvds_metaextract_init()

gboolean nvds_metaextract_init ( GstPlugin *  nvdsmetaextract)