NVIDIA DeepStream SDK API Reference

6.4 Release
_GstNvInferServer Struct Reference

Detailed Description

Opaque structure storing data of the nvinferserver element.

Definition at line 88 of file 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 gstnvinferserver.h.

◆ current_batch_num

guint64 _GstNvInferServer::current_batch_num

Current batch number of the input batch.

Definition at line 109 of file 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 gstnvinferserver.h.

◆ impl

gstnvinferserver::GstNvInferServerImpl* _GstNvInferServer::impl

Pointer to the GstNvInferServerImpl object for this instance.

Definition at line 112 of file gstnvinferserver.h.

◆ last_flow_ret

GstFlowReturn _GstNvInferServer::last_flow_ret

GstFlowReturn returned by the latest buffer pad push.

Definition at line 106 of file 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 gstnvinferserver.h.

◆ output_generated_userdata

gpointer _GstNvInferServer::output_generated_userdata

Definition at line 103 of file gstnvinferserver.h.

◆ 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 gstnvinferserver.h.


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