NVIDIA DeepStream SDK API Reference

6.4 Release
IDSPostProcessLibrary Class Referenceabstract

Detailed Description

Definition at line 52 of file nvdspostprocesslib_interface.hpp.

Inheritance diagram for IDSPostProcessLibrary:

Public Member Functions

virtual bool HandleEvent (GstEvent *event)=0
 
virtual bool SetConfigFile (const gchar *config_file)=0
 
virtual BufferResult ProcessBuffer (GstBuffer *inbuf)=0
 
virtual ~IDSPostProcessLibrary ()
 

Constructor & Destructor Documentation

◆ ~IDSPostProcessLibrary()

virtual IDSPostProcessLibrary::~IDSPostProcessLibrary ( )
inlinevirtual

Definition at line 58 of file nvdspostprocesslib_interface.hpp.

Member Function Documentation

◆ HandleEvent()

virtual bool IDSPostProcessLibrary::HandleEvent ( GstEvent *  event)
pure virtual

◆ ProcessBuffer()

virtual BufferResult IDSPostProcessLibrary::ProcessBuffer ( GstBuffer inbuf)
pure virtual

◆ SetConfigFile()

virtual bool IDSPostProcessLibrary::SetConfigFile ( const gchar *  config_file)
pure virtual

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