Searched defs:PluginDefBase (Results 1 – 2 of 2) sorted by relevance
94 struct PluginDefBase { struct95 … 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
127 struct PluginDefBase { struct128 … 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