NVIDIA DeepStream SDK API Reference

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

Go to the source code of this file.

Data Structures

struct  StreamParams
 
struct  _GstNvDsUdpSink
 
struct  _GstNvDsUdpSinkClass
 

Macros

#define GST_TYPE_NVDSUDPSINK   (gst_nvdsudpsink_get_type())
 
#define GST_NVDSUDPSINK(obj)   (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_NVDSUDPSINK,GstNvDsUdpSink))
 
#define GST_NVDSUDPSINK_CLASS(klass)   (G_TYPE_CHECK_CLASS_CAST((klass),GST_TYPE_NVDSUDPSINK,GstNvDsUdpSinkClass))
 
#define GST_IS_NVDSUDPSINK(obj)   (G_TYPE_CHECK_INSTANCE_TYPE((obj),GST_TYPE_NVDSUDPSINK))
 
#define GST_IS_NVDSUDPSINK_CLASS(obj)   (G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_NVDSUDPSINK))
 

Typedefs

typedef struct _GstNvDsUdpSink GstNvDsUdpSink
 
typedef struct _GstNvDsUdpSinkClass GstNvDsUdpSinkClass
 
typedef struct StreamParams StreamParams
 

Functions

GType gst_nvdsudpsink_get_type (void)
 

Macro Definition Documentation

◆ GST_IS_NVDSUDPSINK

#define GST_IS_NVDSUDPSINK (   obj)    (G_TYPE_CHECK_INSTANCE_TYPE((obj),GST_TYPE_NVDSUDPSINK))

◆ GST_IS_NVDSUDPSINK_CLASS

#define GST_IS_NVDSUDPSINK_CLASS (   obj)    (G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_NVDSUDPSINK))

◆ GST_NVDSUDPSINK

#define GST_NVDSUDPSINK (   obj)    (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_NVDSUDPSINK,GstNvDsUdpSink))

◆ GST_NVDSUDPSINK_CLASS

#define GST_NVDSUDPSINK_CLASS (   klass)    (G_TYPE_CHECK_CLASS_CAST((klass),GST_TYPE_NVDSUDPSINK,GstNvDsUdpSinkClass))

◆ GST_TYPE_NVDSUDPSINK

#define GST_TYPE_NVDSUDPSINK   (gst_nvdsudpsink_get_type())

Typedef Documentation

◆ GstNvDsUdpSink

◆ GstNvDsUdpSinkClass

◆ StreamParams

typedef struct StreamParams StreamParams

Function Documentation

◆ gst_nvdsudpsink_get_type()

GType gst_nvdsudpsink_get_type ( void  )