|
NVIDIA DeepStream SDK API Reference
|
6.2 Release
|
Go to the documentation of this file.
44 #ifndef __GST_NVCUSTOMEVENT_H__
45 #define __GST_NVCUSTOMEVENT_H__
63 #define FLAG(name) GST_EVENT_TYPE_##name
70 = GST_EVENT_MAKE_TYPE (406,
FLAG(DOWNSTREAM) |
FLAG(SERIALIZED)),
74 = GST_EVENT_MAKE_TYPE (407,
FLAG(DOWNSTREAM) |
FLAG(SERIALIZED))
GstEvent * gst_nvevent_infer_interval_update(gchar *stream_id, guint interval)
Creates a new "nv-infer-interval-update" event.
Defines Roi structure for GST_NVCUSTOMEVENT_ROI_UPDATE custom event.
void gst_nvevent_parse_infer_interval_update(GstEvent *event, gchar **stream_id, guint *interval)
Parses a "nv-infer-interval-update" event received on the sinkpad.
GstNvCustomEventType
Defines supported types of custom events.
@ GST_NVEVENT_ROI_UPDATE
Specifies a custom event to indicate ROI update for preprocess of a particular stream in a batch.
@ GST_NVEVENT_INFER_INTERVAL_UPDATE
Specifies a custom event to indicate infer interval update of a particular stream in a batch.
struct RoiDimension RoiDimension
Defines Roi structure for GST_NVCUSTOMEVENT_ROI_UPDATE custom event.
void gst_nvevent_parse_roi_update(GstEvent *event, gchar **stream_id, guint *roi_count, RoiDimension **roi_dim)
Parses a "roi-update" event received on the sinkpad.
GstEvent * gst_nvevent_new_roi_update(gchar *stream_id, guint roi_count, RoiDimension *roi_dim)
Creates a new "roi-update" event.