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) |
#define GST_IS_NVDSUDPSINK | ( | obj | ) | (G_TYPE_CHECK_INSTANCE_TYPE((obj),GST_TYPE_NVDSUDPSINK)) |
Definition at line 28 of file gstnvdsudpsink.h.
#define GST_IS_NVDSUDPSINK_CLASS | ( | obj | ) | (G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_NVDSUDPSINK)) |
Definition at line 29 of file gstnvdsudpsink.h.
#define GST_NVDSUDPSINK | ( | obj | ) | (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_NVDSUDPSINK,GstNvDsUdpSink)) |
Definition at line 26 of file gstnvdsudpsink.h.
#define GST_NVDSUDPSINK_CLASS | ( | klass | ) | (G_TYPE_CHECK_CLASS_CAST((klass),GST_TYPE_NVDSUDPSINK,GstNvDsUdpSinkClass)) |
Definition at line 27 of file gstnvdsudpsink.h.
#define GST_TYPE_NVDSUDPSINK (gst_nvdsudpsink_get_type()) |
Definition at line 25 of file gstnvdsudpsink.h.
typedef struct _GstNvDsUdpSink GstNvDsUdpSink |
Definition at line 31 of file gstnvdsudpsink.h.
typedef struct _GstNvDsUdpSinkClass GstNvDsUdpSinkClass |
Definition at line 32 of file gstnvdsudpsink.h.
typedef struct StreamParams StreamParams |
GType gst_nvdsudpsink_get_type | ( | void | ) |