SetElementProperty
Function Usage
Sets the plugin property value.
Prototype
APP_ERROR SetElementProperty(const std::string& elementName, const std::string& propertyName, const std::string& propertyValue);
Parameter Description
Parameter |
Input/Output |
Description |
|---|---|---|
elementName |
Input |
Plugin name |
propertyName |
Input |
Property name |
propertyValue |
Input |
Property value |
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: Stream