NVIDIA DeepStream SDK API Reference

9.0 Release
_GstNvMsgBroker Struct Reference

Detailed Description

Data Fields

GstBaseSink parent
 
GQuark dsMetaQuark
 
gpointer libHandle
 
gchar * configFile
 
gchar * protoLib
 
gchar * connStr
 
gchar * topic
 
guint compId
 
guint sleepTime
 
NvMsgBrokerClientHandle connHandle
 
gboolean is_video
 Identifies from input cap capability if the incoming data is video/audio. More...
 
GMutex flowLock
 
GCond flowCond
 
GThread * doWorkThread
 
gboolean isRunning
 
gboolean asyncSend
 
gint pendingCbCount
 
NvDsMsgApiErrorType lastError
 
nvds_msgapi_connect_ptr nvds_msgapi_connect
 
nvds_msgapi_send_ptr nvds_msgapi_send
 
nvds_msgapi_send_async_ptr nvds_msgapi_send_async
 
nvds_msgapi_do_work_ptr nvds_msgapi_do_work
 
nvds_msgapi_disconnect_ptr nvds_msgapi_disconnect
 
gboolean newAPI
 
NvMsgBrokerClientHandle newConnHandle
 
NvMsgBrokerErrorType newLastError
 

Field Documentation

◆ asyncSend

gboolean _GstNvMsgBroker::asyncSend

◆ compId

guint _GstNvMsgBroker::compId

◆ configFile

gchar * _GstNvMsgBroker::configFile

◆ connHandle

NvMsgBrokerClientHandle _GstNvMsgBroker::connHandle

◆ connStr

gchar * _GstNvMsgBroker::connStr

◆ doWorkThread

GThread * _GstNvMsgBroker::doWorkThread

◆ dsMetaQuark

GQuark _GstNvMsgBroker::dsMetaQuark

◆ flowCond

GCond _GstNvMsgBroker::flowCond

◆ flowLock

GMutex _GstNvMsgBroker::flowLock

◆ is_video

gboolean _GstNvMsgBroker::is_video

Identifies from input cap capability if the incoming data is video/audio.

Definition at line 62 of file sources/gst-plugins/gst-nvmsgbroker/gstnvmsgbroker.h.

◆ isRunning

gboolean _GstNvMsgBroker::isRunning

◆ lastError

NvDsMsgApiErrorType _GstNvMsgBroker::lastError

◆ libHandle

gpointer _GstNvMsgBroker::libHandle

◆ newAPI

gboolean _GstNvMsgBroker::newAPI

◆ newConnHandle

NvMsgBrokerClientHandle _GstNvMsgBroker::newConnHandle

◆ newLastError

NvMsgBrokerErrorType _GstNvMsgBroker::newLastError

◆ nvds_msgapi_connect

nvds_msgapi_connect_ptr _GstNvMsgBroker::nvds_msgapi_connect

◆ nvds_msgapi_disconnect

nvds_msgapi_disconnect_ptr _GstNvMsgBroker::nvds_msgapi_disconnect

◆ nvds_msgapi_do_work

nvds_msgapi_do_work_ptr _GstNvMsgBroker::nvds_msgapi_do_work

◆ nvds_msgapi_send

nvds_msgapi_send_ptr _GstNvMsgBroker::nvds_msgapi_send

◆ nvds_msgapi_send_async

nvds_msgapi_send_async_ptr _GstNvMsgBroker::nvds_msgapi_send_async

◆ parent

GstBaseSink _GstNvMsgBroker::parent

◆ pendingCbCount

gint _GstNvMsgBroker::pendingCbCount

◆ protoLib

gchar * _GstNvMsgBroker::protoLib

◆ sleepTime

guint _GstNvMsgBroker::sleepTime

◆ topic

gchar * _GstNvMsgBroker::topic

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