Searched defs:PluginDefBase (Results 1 – 4 of 4) sorted by relevance
141 struct PluginDefBase { struct154 PluginDefBase() in PluginDefBase() argument159 virtual ~PluginDefBase() {} in ~PluginDefBase() argument161 virtual void AddInCaps(Capability& capability) in AddInCaps()166 virtual void AddOutCaps(Capability& capability) in AddOutCaps()171 virtual void AddExtensions(std::vector<std::string> ex) in AddExtensions()180 virtual std::vector<std::string> GetExtensions() const in GetExtensions()185 virtual CapabilitySet GetInCaps() const in GetInCaps()190 virtual CapabilitySet GetOutCaps() const in GetOutCaps()195 virtual PluginCreatorFunc<PluginBase> GetCreator() const in GetCreator()[all …]
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
120 bool PluginRegister::RegisterImpl::VersionMatched(const PluginDefBase& /* definition */) in VersionMatched()