NVIDIA DeepStream SDK API Reference

8.0 Release
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))

Definition at line 27 of file gstnvdsudpsrc.h.

◆ GST_IS_NVDSUDPSRC_CLASS

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

Definition at line 28 of file gstnvdsudpsrc.h.

◆ GST_NVDSUDPSRC

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

Definition at line 25 of file gstnvdsudpsrc.h.

◆ GST_NVDSUDPSRC_CLASS

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

Definition at line 26 of file gstnvdsudpsrc.h.

◆ GST_TYPE_NVDSUDPSRC

#define GST_TYPE_NVDSUDPSRC   (gst_nvdsudpsrc_get_type())

Definition at line 24 of file gstnvdsudpsrc.h.

Typedef Documentation

◆ DstStreamInfo

typedef struct DstStreamInfo DstStreamInfo

◆ GstNvDsUdpSrc

typedef struct _GstNvDsUdpSrc GstNvDsUdpSrc

Definition at line 30 of file gstnvdsudpsrc.h.

◆ GstNvDsUdpSrcClass

Definition at line 31 of file gstnvdsudpsrc.h.

Function Documentation

◆ gst_nvdsudpsrc_get_type()

GType gst_nvdsudpsrc_get_type ( void  )