| kodi
    | 
Parent class to ask addons for support. More...
#include <IAddonSupportCheck.h>

| Public Member Functions | |
| virtual bool | SupportsFile (const std::string &filename) | 
| Function to query the respective add-ons used for the support of the desired file.  More... | |
Parent class to ask addons for support.
This one can be used as a parent on the respective Kodi-sided addon class, this makes it easier to query for the desired support without using the class's own function definition.
| 
 | inlinevirtual | 
Function to query the respective add-ons used for the support of the desired file.
| [in] | filename | File which is queried for addon support | 
Reimplemented in KODI::ADDONS::CImageDecoder, and KODI::ADDONS::CAudioDecoder.
 1.8.13
 1.8.13