NVIDIA DeepStream SDK API Reference

7.1 Release
gstnvstreamdemux.h File Reference

Go to the source code of this file.

Data Structures

struct  _GstNvStreamDemux
 
struct  _GstNvStreamDemuxClass
 

Macros

#define GST_TYPE_NVSTREAMDEMUX   (gst_nvstreamdemux_2_get_type ())
 
#define GST_NVSTREAMDEMUX(obj)   (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_NVSTREAMDEMUX,GstNvStreamDemux))
 
#define GST_NVSTREAMDEMUX_CLASS(klass)   (G_TYPE_CHECK_CLASS_CAST((klass),GST_TYPE_NVSTREAMDEMUX,GstNvStreamDemuxClass))
 
#define GST_IS_NVSTREAMDEMUX(obj)   (G_TYPE_CHECK_INSTANCE_TYPE((obj),GST_TYPE_NVSTREAMDEMUX))
 
#define GST_IS_NVSTREAMDEMUX_CLASS(klass)   (G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_NVSTREAMDEMUX))
 

Typedefs

typedef struct _GstNvStreamDemux GstNvStreamDemux
 
typedef struct _GstNvStreamDemuxClass GstNvStreamDemuxClass
 

Functions

G_GNUC_INTERNAL GType gst_nvstreamdemux_2_get_type (void)
 

Macro Definition Documentation

◆ GST_IS_NVSTREAMDEMUX

#define GST_IS_NVSTREAMDEMUX (   obj)    (G_TYPE_CHECK_INSTANCE_TYPE((obj),GST_TYPE_NVSTREAMDEMUX))

Definition at line 25 of file gstnvstreamdemux.h.

◆ GST_IS_NVSTREAMDEMUX_CLASS

#define GST_IS_NVSTREAMDEMUX_CLASS (   klass)    (G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_NVSTREAMDEMUX))

Definition at line 27 of file gstnvstreamdemux.h.

◆ GST_NVSTREAMDEMUX

#define GST_NVSTREAMDEMUX (   obj)    (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_NVSTREAMDEMUX,GstNvStreamDemux))

Definition at line 21 of file gstnvstreamdemux.h.

◆ GST_NVSTREAMDEMUX_CLASS

#define GST_NVSTREAMDEMUX_CLASS (   klass)    (G_TYPE_CHECK_CLASS_CAST((klass),GST_TYPE_NVSTREAMDEMUX,GstNvStreamDemuxClass))

Definition at line 23 of file gstnvstreamdemux.h.

◆ GST_TYPE_NVSTREAMDEMUX

#define GST_TYPE_NVSTREAMDEMUX   (gst_nvstreamdemux_2_get_type ())

Definition at line 19 of file gstnvstreamdemux.h.

Typedef Documentation

◆ GstNvStreamDemux

Definition at line 29 of file gstnvstreamdemux.h.

◆ GstNvStreamDemuxClass

Definition at line 30 of file gstnvstreamdemux.h.

Function Documentation

◆ gst_nvstreamdemux_2_get_type()

G_GNUC_INTERNAL GType gst_nvstreamdemux_2_get_type ( void  )