|
NVIDIA DeepStream SDK API Reference
|
6.4 Release
|
Go to the documentation of this file.
23 #ifndef __NVDSCUSTOMLIB_BASE_HPP__
24 #define __NVDSCUSTOMLIB_BASE_HPP__
26 #include <gst/base/gstbasetransform.h>
virtual BufferResult ProcessBuffer(GstBuffer *inbuf)=0
BufferResult
Copyright (c) 2023, NVIDIA CORPORATION.
GstBaseTransform * m_element
virtual bool SetProperty(Property &prop)=0
virtual char * QueryProperties()=0
Copyright (c) 2021, NVIDIA CORPORATION.
virtual ~DSCustomLibraryBase()
DSCustomLibraryBase(GstBaseTransform *btrans=nullptr)
virtual bool HandleEvent(GstEvent *event)=0
struct _GstBuffer GstBuffer
virtual bool SetInitParams(DSCustom_CreateParams *params)