DestroyBuffer

Function Usage

Destroys MxpiBuffer.

Prototype

1
static APP_ERROR MxpiBufferManager::DestroyBuffer(MxpiBuffer* mxpiBuffer);

Parameters

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.

Response Parameters

Data Structure

Description

APP_ERROR

For details about the returned error codes, see APP_ERROR Description.