MxpiBuffer
Description
Defines the data structure transferred between plugins.
Structure Definition
1 2 3 4 | struct MxpiBuffer { void* buffer; void* reservedData; } |
Parameters
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: Process Orchestration Data Structures