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) |
| #define GST_IS_NVDSUDPSRC | ( | obj | ) | (G_TYPE_CHECK_INSTANCE_TYPE((obj),GST_TYPE_NVDSUDPSRC)) |
Definition at line 27 of file gstnvdsudpsrc.h.
| #define GST_IS_NVDSUDPSRC_CLASS | ( | obj | ) | (G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_NVDSUDPSRC)) |
Definition at line 28 of file gstnvdsudpsrc.h.
| #define GST_NVDSUDPSRC | ( | obj | ) | (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_NVDSUDPSRC,GstNvDsUdpSrc)) |
Definition at line 25 of file gstnvdsudpsrc.h.
| #define GST_NVDSUDPSRC_CLASS | ( | klass | ) | (G_TYPE_CHECK_CLASS_CAST((klass),GST_TYPE_NVDSUDPSRC,GstNvDsUdpSrcClass)) |
Definition at line 26 of file gstnvdsudpsrc.h.
| #define GST_TYPE_NVDSUDPSRC (gst_nvdsudpsrc_get_type()) |
Definition at line 24 of file gstnvdsudpsrc.h.
| typedef struct DstStreamInfo DstStreamInfo |
| typedef struct _GstNvDsUdpSrc GstNvDsUdpSrc |
Definition at line 30 of file gstnvdsudpsrc.h.
| typedef struct _GstNvDsUdpSrcClass GstNvDsUdpSrcClass |
Definition at line 31 of file gstnvdsudpsrc.h.
| GType gst_nvdsudpsrc_get_type | ( | void | ) |