下载
中文
注册

SetElementProperty

函数功能

设置插件属性值。

函数原型

APP_ERROR Stream::SetElementProperty(const std::string& elementName, const std::string& propertyName, const std::string& propertyValue);

参数说明

参数名

输入/输出

说明

elementName

输入

插件名称。

propertyName

输入

属性名称。

propertyValue

输入

属性值。

返回参数说明

数据结构

说明

APP_ERROR

程序执行返回的错误码,请参考APP_ERROR说明