NVIDIA DeepStream SDK API Reference

8.0 Release
_GstNvInferServer Struct Reference

Detailed Description

Opaque structure storing data of the nvinferserver element.

Definition at line 88 of file sources/gst-plugins/gst-nvinferserver/gstnvinferserver.h.

Collaboration diagram for _GstNvInferServer:

Data Fields

GstBaseTransform base_trans
 Base class for GstNvInferServer. More...
 
gboolean write_raw_buffers_to_file
 Boolean indicating if the bound buffer contents should be written to file. More...
 
guint64 file_write_batch_num
 Batch counter for writing buffer contents to file. More...
 
gst_nvinfer_raw_output_generated_callback output_generated_callback
 Pointer to the callback function and user data for application access to the bound buffer contents. More...
 
gpointer output_generated_userdata
 
GstFlowReturn last_flow_ret
 GstFlowReturn returned by the latest buffer pad push. More...
 
guint64 current_batch_num
 Current batch number of the input batch. More...
 
gstnvinferserver::GstNvInferServerImplimpl
 Pointer to the GstNvInferServerImpl object for this instance. More...
 

Field Documentation

◆ base_trans

GstBaseTransform _GstNvInferServer::base_trans

Base class for GstNvInferServer.

Should be the first member when extending from GstBaseTransform.

Definition at line 91 of file sources/gst-plugins/gst-nvinferserver/gstnvinferserver.h.

◆ current_batch_num

guint64 _GstNvInferServer::current_batch_num

Current batch number of the input batch.

Definition at line 109 of file sources/gst-plugins/gst-nvinferserver/gstnvinferserver.h.

◆ file_write_batch_num

guint64 _GstNvInferServer::file_write_batch_num

Batch counter for writing buffer contents to file.

Definition at line 98 of file sources/gst-plugins/gst-nvinferserver/gstnvinferserver.h.

◆ impl

gstnvinferserver::GstNvInferServerImpl * _GstNvInferServer::impl

Pointer to the GstNvInferServerImpl object for this instance.

Definition at line 112 of file sources/gst-plugins/gst-nvinferserver/gstnvinferserver.h.

◆ last_flow_ret

GstFlowReturn _GstNvInferServer::last_flow_ret

GstFlowReturn returned by the latest buffer pad push.

Definition at line 106 of file sources/gst-plugins/gst-nvinferserver/gstnvinferserver.h.

◆ output_generated_callback

gst_nvinfer_raw_output_generated_callback _GstNvInferServer::output_generated_callback

Pointer to the callback function and user data for application access to the bound buffer contents.

Definition at line 102 of file sources/gst-plugins/gst-nvinferserver/gstnvinferserver.h.

◆ output_generated_userdata

gpointer _GstNvInferServer::output_generated_userdata

◆ write_raw_buffers_to_file

gboolean _GstNvInferServer::write_raw_buffers_to_file

Boolean indicating if the bound buffer contents should be written to file.

Definition at line 95 of file sources/gst-plugins/gst-nvinferserver/gstnvinferserver.h.


The documentation for this struct was generated from the following file: