NVIDIA DeepStream SDK API Reference

7.0 Release
gstnvdsvideotemplate.h File Reference

Go to the source code of this file.

Data Structures

struct  _GstNvDsVideoTemplate
 
struct  _GstNvDsVideoTemplateClass
 Boiler plate stuff. More...
 

Macros

#define PACKAGE   "nvdsvideotemplate"
 
#define VERSION   "1.0"
 
#define LICENSE   "Proprietary"
 
#define DESCRIPTION   "NVIDIA nvdsvideotemplate plugin for integration with DeepStream on DGPU/Jetson"
 
#define BINARY_PACKAGE   "NVIDIA DeepStream Template Plugin"
 
#define URL   "http://nvidia.com/"
 
#define GST_TYPE_NVDSVIDEOTEMPLATE   (gst_nvdsvideotemplate_get_type())
 
#define GST_NVDSVIDEOTEMPLATE(obj)   (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_NVDSVIDEOTEMPLATE,GstNvDsVideoTemplate))
 
#define GST_NVDSVIDEOTEMPLATE_CLASS(klass)   (G_TYPE_CHECK_CLASS_CAST((klass),GST_TYPE_NVDSVIDEOTEMPLATE,GstNvDsVideoTemplateClass))
 
#define GST_NVDSVIDEOTEMPLATE_GET_CLASS(obj)   (G_TYPE_INSTANCE_GET_CLASS((obj), GST_TYPE_NVDSVIDEOTEMPLATE, GstNvDsVideoTemplateClass))
 
#define GST_IS_NVDSVIDEOTEMPLATE(obj)   (G_TYPE_CHECK_INSTANCE_TYPE((obj),GST_TYPE_NVDSVIDEOTEMPLATE))
 
#define GST_IS_NVDSVIDEOTEMPLATE_CLASS(klass)   (G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_NVDSVIDEOTEMPLATE))
 
#define GST_NVDSVIDEOTEMPLATE_CAST(obj)   ((GstNvDsVideoTemplate *)(obj))
 

Typedefs

typedef typedefG_BEGIN_DECLS struct _GstNvDsVideoTemplate GstNvDsVideoTemplate
 
typedef struct _GstNvDsVideoTemplateClass GstNvDsVideoTemplateClass
 

Functions

GType gst_nvdsvideotemplate_get_type (void)
 

Macro Definition Documentation

◆ BINARY_PACKAGE

#define BINARY_PACKAGE   "NVIDIA DeepStream Template Plugin"

Definition at line 45 of file gstnvdsvideotemplate.h.

◆ DESCRIPTION

#define DESCRIPTION   "NVIDIA nvdsvideotemplate plugin for integration with DeepStream on DGPU/Jetson"

Definition at line 44 of file gstnvdsvideotemplate.h.

◆ GST_IS_NVDSVIDEOTEMPLATE

#define GST_IS_NVDSVIDEOTEMPLATE (   obj)    (G_TYPE_CHECK_INSTANCE_TYPE((obj),GST_TYPE_NVDSVIDEOTEMPLATE))

Definition at line 58 of file gstnvdsvideotemplate.h.

◆ GST_IS_NVDSVIDEOTEMPLATE_CLASS

#define GST_IS_NVDSVIDEOTEMPLATE_CLASS (   klass)    (G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_NVDSVIDEOTEMPLATE))

Definition at line 59 of file gstnvdsvideotemplate.h.

◆ GST_NVDSVIDEOTEMPLATE

#define GST_NVDSVIDEOTEMPLATE (   obj)    (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_NVDSVIDEOTEMPLATE,GstNvDsVideoTemplate))

Definition at line 55 of file gstnvdsvideotemplate.h.

◆ GST_NVDSVIDEOTEMPLATE_CAST

#define GST_NVDSVIDEOTEMPLATE_CAST (   obj)    ((GstNvDsVideoTemplate *)(obj))

Definition at line 60 of file gstnvdsvideotemplate.h.

◆ GST_NVDSVIDEOTEMPLATE_CLASS

#define GST_NVDSVIDEOTEMPLATE_CLASS (   klass)    (G_TYPE_CHECK_CLASS_CAST((klass),GST_TYPE_NVDSVIDEOTEMPLATE,GstNvDsVideoTemplateClass))

Definition at line 56 of file gstnvdsvideotemplate.h.

◆ GST_NVDSVIDEOTEMPLATE_GET_CLASS

#define GST_NVDSVIDEOTEMPLATE_GET_CLASS (   obj)    (G_TYPE_INSTANCE_GET_CLASS((obj), GST_TYPE_NVDSVIDEOTEMPLATE, GstNvDsVideoTemplateClass))

Definition at line 57 of file gstnvdsvideotemplate.h.

◆ GST_TYPE_NVDSVIDEOTEMPLATE

#define GST_TYPE_NVDSVIDEOTEMPLATE   (gst_nvdsvideotemplate_get_type())

Definition at line 54 of file gstnvdsvideotemplate.h.

◆ LICENSE

#define LICENSE   "Proprietary"

Definition at line 43 of file gstnvdsvideotemplate.h.

◆ PACKAGE

#define PACKAGE   "nvdsvideotemplate"

Definition at line 41 of file gstnvdsvideotemplate.h.

◆ URL

#define URL   "http://nvidia.com/"

Definition at line 46 of file gstnvdsvideotemplate.h.

◆ VERSION

#define VERSION   "1.0"

Definition at line 42 of file gstnvdsvideotemplate.h.

Typedef Documentation

◆ GstNvDsVideoTemplate

typedef typedefG_BEGIN_DECLS struct _GstNvDsVideoTemplate GstNvDsVideoTemplate

Definition at line 50 of file gstnvdsvideotemplate.h.

◆ GstNvDsVideoTemplateClass

Function Documentation

◆ gst_nvdsvideotemplate_get_type()

GType gst_nvdsvideotemplate_get_type ( void  )