DestroyBuffer
Function Usage
Destroys MxpiBuffer.
Prototype
static APP_ERROR DestroyBuffer(MxpiBuffer* mxpiBuffer);
Parameter Description
Parameter |
Description |
|---|---|
mxpiBuffer |
Data structure transferred between plugins. For details, see MxpiBuffer. The member data under this data structure is input by the upstream plugin. Do not manually set the memory data. |
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: MxpiBufferManager