NVIDIA DeepStream SDK API Reference

9.0 Release
9.0/sources/gst-plugins/gst-nvreplay/gstnvreplay.h File Reference

Go to the source code of this file.

Data Structures

struct  _GstNvReplay
 
struct  _GstNvReplayClass
 

Macros

#define PACKAGE   "nvreplay"
 
#define VERSION   "1.0.0"
 
#define LICENSE   "Proprietary"
 
#define DESCRIPTION   "Gstreamer plugin to load ground truth labels for evaluation"
 
#define BINARY_PACKAGE   "Gstreamer nvreplay plugin"
 
#define URL   "http://nvidia.com/"
 
#define GST_TYPE_NVREPLAY   (gst_nvreplay_get_type())
 
#define GST_NVREPLAY(obj)   (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_NVREPLAY,GstNvReplay))
 
#define GST_NVREPLAY_CLASS(klass)   (G_TYPE_CHECK_CLASS_CAST((klass),GST_TYPE_NVREPLAY,GstNvReplayClass))
 
#define GST_NVREPLAY_GET_CLASS(obj)   (G_TYPE_INSTANCE_GET_CLASS((obj), GST_TYPE_NVREPLAY, GstNvReplayClass))
 
#define GST_IS_NVREPLAY(obj)   (G_TYPE_CHECK_INSTANCE_TYPE((obj),GST_TYPE_NVREPLAY))
 
#define GST_IS_NVREPLAY_CLASS(klass)   (G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_NVREPLAY))
 
#define GST_NVREPLAY_CAST(obj)   ((GstNvReplay *)(obj))
 

Typedefs

typedef typedefG_BEGIN_DECLS struct _GstNvReplay GstNvReplay
 
typedef struct _GstNvReplayClass GstNvReplayClass
 
typedef std::vector< float > Bbox
 

Functions

GType gst_nvreplay_get_type (void)
 

Macro Definition Documentation

◆ BINARY_PACKAGE

#define BINARY_PACKAGE   "Gstreamer nvreplay plugin"

◆ DESCRIPTION

#define DESCRIPTION   "Gstreamer plugin to load ground truth labels for evaluation"

◆ GST_IS_NVREPLAY

#define GST_IS_NVREPLAY (   obj)    (G_TYPE_CHECK_INSTANCE_TYPE((obj),GST_TYPE_NVREPLAY))

◆ GST_IS_NVREPLAY_CLASS

#define GST_IS_NVREPLAY_CLASS (   klass)    (G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_NVREPLAY))

◆ GST_NVREPLAY

#define GST_NVREPLAY (   obj)    (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_NVREPLAY,GstNvReplay))

◆ GST_NVREPLAY_CAST

#define GST_NVREPLAY_CAST (   obj)    ((GstNvReplay *)(obj))

◆ GST_NVREPLAY_CLASS

#define GST_NVREPLAY_CLASS (   klass)    (G_TYPE_CHECK_CLASS_CAST((klass),GST_TYPE_NVREPLAY,GstNvReplayClass))

◆ GST_NVREPLAY_GET_CLASS

#define GST_NVREPLAY_GET_CLASS (   obj)    (G_TYPE_INSTANCE_GET_CLASS((obj), GST_TYPE_NVREPLAY, GstNvReplayClass))

◆ GST_TYPE_NVREPLAY

#define GST_TYPE_NVREPLAY   (gst_nvreplay_get_type())

◆ LICENSE

#define LICENSE   "Proprietary"

◆ PACKAGE

#define PACKAGE   "nvreplay"

◆ URL

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

◆ VERSION

#define VERSION   "1.0.0"

Typedef Documentation

◆ Bbox

typedef std::vector<float> Bbox

◆ GstNvReplay

typedef typedefG_BEGIN_DECLS struct _GstNvReplay GstNvReplay

◆ GstNvReplayClass

Function Documentation

◆ gst_nvreplay_get_type()

GType gst_nvreplay_get_type ( void  )