DeInit
Function Usage
Resource release API. This method needs to be rewritten for custom plugins to release the resources that are applied for in this method.
Prototype
virtual APP_ERROR DeInit() = 0;
Return Parameter Description
Data Structure |
Description |
|---|---|
APP_ERROR |
Error code returned during program execution. For details, see the MxBase/ErrorCode/ErrorCode.h file. |
Parent topic: MxPluginBase