Home
last modified time | relevance | path

Searched defs:PluginDefBase (Results 1 – 2 of 2) sorted by relevance

/foundation/multimedia/histreamer/engine/include/plugin/interface/
Dplugin_definition.h94 struct PluginDefBase { struct
95 … apiVersion; ///< Versions of different plugins. Different types of plugin have their own versions.
97 …nType pluginType = PluginType::INVALID_TYPE; ///< Describe the plugin type, e.g. 'source', 'codec'.
99 …ring name; ///< Indicates the name of a plugin. The name of the same type plugins must be unique.
102 std::string description; ///< Detailed description of the plugin.
127 virtual Status AddPlugin(const PluginDefBase& def) = 0; argument
/foundation/multimedia/av_codec/services/engine/source/hst_releated/
Dplugin_definition.h127 struct PluginDefBase { struct
128 … apiVersion; ///< Versions of different plugins. Different types of plugin have their own versions.
130 …nType pluginType = PluginType::INVALID_TYPE; ///< Describe the plugin type, e.g. 'source', 'codec'.
132 …ring name; ///< Indicates the name of a plugin. The name of the same type plugins must be unique.
135 std::string description; ///< Detailed description of the plugin.
160 virtual Status AddPlugin(const PluginDefBase& def) = 0; argument