Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
Parent class to ask addons for support. More...
#include <IAddonSupportCheck.h>
Public Member Functions | |
IAddonSupportCheck ()=default | |
virtual | ~IAddonSupportCheck ()=default |
virtual bool | SupportsFile (const std::string &filename) |
Function to query the respective add-ons used for the support of the desired file. | |
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.
|
default |
|
virtualdefault |
|
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::CAudioDecoder, and KODI::ADDONS::CImageDecoder.