NVIDIA DeepStream SDK API Reference

6.4 Release
gstnvdsA2Vtemplate.h File Reference

Go to the source code of this file.

Data Structures

struct  _GstNvDsA2Vtemplate
 
struct  _GstNvDsA2VtemplateClass
 

Macros

#define PACKAGE   "nvdsA2Vtemplate"
 Copyright (c) 2023, NVIDIA CORPORATION. More...
 
#define VERSION   "1.0"
 
#define LICENSE   "Proprietary"
 
#define DESCRIPTION   "Nvidia nvdsA2Vtemplate plugin for handling audio in to video out related use cases \0"
 
#define BINARY_PACKAGE   "NVIDIA DeepStream A2Vtemplate Plugin"
 
#define URL   "http://nvidia.com/"
 
#define GST_TYPE_NVDSA2VTEMPLATE   (gst_nvdsA2Vtemplate_get_type())
 
#define GST_NVDSA2VTEMPLATE(obj)   (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_NVDSA2VTEMPLATE,GstNvDsA2Vtemplate))
 
#define GST_NVDSA2VTEMPLATE_CLASS(klass)   (G_TYPE_CHECK_CLASS_CAST((klass),GST_TYPE_NVDSA2VTEMPLATE,GstNvDsA2VtemplateClass))
 
#define GST_NVDSA2VTEMPLATE_GET_CLASS(obj)   (G_TYPE_INSTANCE_GET_CLASS((obj), GST_TYPE_NVDSA2VTEMPLATE, GstNvDsA2VtemplateClass))
 
#define GST_IS_NVDSA2VTEMPLATE(obj)   (G_TYPE_CHECK_INSTANCE_TYPE((obj),GST_TYPE_NVDSA2VTEMPLATE))
 
#define GST_IS_NVDSA2VTEMPLATE_CLASS(klass)   (G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_NVDSA2VTEMPLATE))
 
#define GST_NVDSA2VTEMPLATE_CAST(obj)   ((GstNvDsA2Vtemplate *)(obj))
 

Typedefs

typedef struct _GstNvDsA2Vtemplate GstNvDsA2Vtemplate
 
typedef struct _GstNvDsA2VtemplateClass GstNvDsA2VtemplateClass
 

Functions

GType gst_nvdsA2Vtemplate_get_type (void)
 

Macro Definition Documentation

◆ BINARY_PACKAGE

#define BINARY_PACKAGE   "NVIDIA DeepStream A2Vtemplate Plugin"

Definition at line 38 of file gstnvdsA2Vtemplate.h.

◆ DESCRIPTION

#define DESCRIPTION   "Nvidia nvdsA2Vtemplate plugin for handling audio in to video out related use cases \0"

Definition at line 37 of file gstnvdsA2Vtemplate.h.

◆ GST_IS_NVDSA2VTEMPLATE

#define GST_IS_NVDSA2VTEMPLATE (   obj)    (G_TYPE_CHECK_INSTANCE_TYPE((obj),GST_TYPE_NVDSA2VTEMPLATE))

Definition at line 46 of file gstnvdsA2Vtemplate.h.

◆ GST_IS_NVDSA2VTEMPLATE_CLASS

#define GST_IS_NVDSA2VTEMPLATE_CLASS (   klass)    (G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_NVDSA2VTEMPLATE))

Definition at line 47 of file gstnvdsA2Vtemplate.h.

◆ GST_NVDSA2VTEMPLATE

#define GST_NVDSA2VTEMPLATE (   obj)    (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_NVDSA2VTEMPLATE,GstNvDsA2Vtemplate))

Definition at line 43 of file gstnvdsA2Vtemplate.h.

◆ GST_NVDSA2VTEMPLATE_CAST

#define GST_NVDSA2VTEMPLATE_CAST (   obj)    ((GstNvDsA2Vtemplate *)(obj))

Definition at line 48 of file gstnvdsA2Vtemplate.h.

◆ GST_NVDSA2VTEMPLATE_CLASS

#define GST_NVDSA2VTEMPLATE_CLASS (   klass)    (G_TYPE_CHECK_CLASS_CAST((klass),GST_TYPE_NVDSA2VTEMPLATE,GstNvDsA2VtemplateClass))

Definition at line 44 of file gstnvdsA2Vtemplate.h.

◆ GST_NVDSA2VTEMPLATE_GET_CLASS

#define GST_NVDSA2VTEMPLATE_GET_CLASS (   obj)    (G_TYPE_INSTANCE_GET_CLASS((obj), GST_TYPE_NVDSA2VTEMPLATE, GstNvDsA2VtemplateClass))

Definition at line 45 of file gstnvdsA2Vtemplate.h.

◆ GST_TYPE_NVDSA2VTEMPLATE

#define GST_TYPE_NVDSA2VTEMPLATE   (gst_nvdsA2Vtemplate_get_type())

Definition at line 42 of file gstnvdsA2Vtemplate.h.

◆ LICENSE

#define LICENSE   "Proprietary"

Definition at line 36 of file gstnvdsA2Vtemplate.h.

◆ PACKAGE

#define PACKAGE   "nvdsA2Vtemplate"

Copyright (c) 2023, NVIDIA CORPORATION.

All rights reserved.

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 34 of file gstnvdsA2Vtemplate.h.

◆ URL

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

Definition at line 39 of file gstnvdsA2Vtemplate.h.

◆ VERSION

#define VERSION   "1.0"

Definition at line 35 of file gstnvdsA2Vtemplate.h.

Typedef Documentation

◆ GstNvDsA2Vtemplate

Definition at line 50 of file gstnvdsA2Vtemplate.h.

◆ GstNvDsA2VtemplateClass

Definition at line 51 of file gstnvdsA2Vtemplate.h.

Function Documentation

◆ gst_nvdsA2Vtemplate_get_type()

GType gst_nvdsA2Vtemplate_get_type ( void  )