Home
last modified time | relevance | path

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

/foundation/multimedia/histreamer/engine/plugin/interface/
Dplugin_definition.h93 struct PluginDefBase { struct
94 … apiVersion; ///< Versions of different plugins. Different types of plugin have their own versions.
96 …nType pluginType = PluginType::INVALID_TYPE; ///< Describe the plugin type, e.g. 'source', 'codec'.
98 …ring name; ///< Indicates the name of a plugin. The name of the same type plugins must be unique.
101 std::string description; ///< Detailed description of the plugin.
126 virtual Status AddPlugin(const PluginDefBase& def) = 0; argument