NVIDIA DeepStream SDK API Reference

9.0 Release
sources/gst-plugins/gst-nvdsudp/gstnvdsudpsrc.h File Reference

Go to the source code of this file.

Data Structures

struct  DstStreamInfo
 
struct  _GstNvDsUdpSrc
 
struct  _GstNvDsUdpSrcClass
 

Macros

#define GST_TYPE_NVDSUDPSRC   (gst_nvdsudpsrc_get_type())
 
#define GST_NVDSUDPSRC(obj)   (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_NVDSUDPSRC,GstNvDsUdpSrc))
 
#define GST_NVDSUDPSRC_CLASS(klass)   (G_TYPE_CHECK_CLASS_CAST((klass),GST_TYPE_NVDSUDPSRC,GstNvDsUdpSrcClass))
 
#define GST_IS_NVDSUDPSRC(obj)   (G_TYPE_CHECK_INSTANCE_TYPE((obj),GST_TYPE_NVDSUDPSRC))
 
#define GST_IS_NVDSUDPSRC_CLASS(obj)   (G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_NVDSUDPSRC))
 

Typedefs

typedef struct _GstNvDsUdpSrc GstNvDsUdpSrc
 
typedef struct _GstNvDsUdpSrcClass GstNvDsUdpSrcClass
 
typedef struct DstStreamInfo DstStreamInfo
 

Functions

GType gst_nvdsudpsrc_get_type (void)
 

Macro Definition Documentation

◆ GST_IS_NVDSUDPSRC

#define GST_IS_NVDSUDPSRC (   obj)    (G_TYPE_CHECK_INSTANCE_TYPE((obj),GST_TYPE_NVDSUDPSRC))

◆ GST_IS_NVDSUDPSRC_CLASS

#define GST_IS_NVDSUDPSRC_CLASS (   obj)    (G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_NVDSUDPSRC))

◆ GST_NVDSUDPSRC

#define GST_NVDSUDPSRC (   obj)    (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_NVDSUDPSRC,GstNvDsUdpSrc))

◆ GST_NVDSUDPSRC_CLASS

#define GST_NVDSUDPSRC_CLASS (   klass)    (G_TYPE_CHECK_CLASS_CAST((klass),GST_TYPE_NVDSUDPSRC,GstNvDsUdpSrcClass))

◆ GST_TYPE_NVDSUDPSRC

#define GST_TYPE_NVDSUDPSRC   (gst_nvdsudpsrc_get_type())

Typedef Documentation

◆ DstStreamInfo

typedef struct DstStreamInfo DstStreamInfo

◆ GstNvDsUdpSrc

◆ GstNvDsUdpSrcClass

Function Documentation

◆ gst_nvdsudpsrc_get_type()

GType gst_nvdsudpsrc_get_type ( void  )