SendDataToAllPorts
Function Usage
Data transmission method, which transmits data to all output ports. (Do not use this function.)
Prototype
1 | SDK_AVAILABLE_FOR_IN APP_ERROR MxPluginBase::SendDataToAllPorts (MxpiBuffer& mxpiBuffer); |
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
mxpiBuffer |
Input |
Data to be transmitted. The member data (for example, GstBuffer) under this data structure must be properly configured. Do not manually configure the memory data. |
Response Parameters
Data Structure |
Description |
|---|---|
APP_ERROR |
For details about the returned error codes, see APP_ERROR Description. |
Parent topic: MxPluginBase