MxpiBuffer
Function
It is the data structure transferred between plugins.
Structure Definition
struct MxpiBuffer {
void* buffer;
void* reservedData;
}
Parameter Description
Parameter |
Description |
|---|---|
buffer |
Memory address. The data is entered by the upstream plugin. Do not manually set the memory data. |
reservedData |
Reserved memory address. |
Parent topic: Data Structure