xbmc
|
Parent class to manage all available mimetypes and file extensions of the respective add-on and its types. More...
#include <IAddonSupportList.h>
Public Member Functions | |
virtual std::vector< AddonSupportEntry > | GetSupportedExtsAndMimeTypes (const std::string &addonId)=0 |
To give all file extensions and MIME types supported by the addon. More... | |
Parent class to manage all available mimetypes and file extensions of the respective add-on and its types.
This class should be integrated in the respective add-on type manager and in order to get an overview of all that are intended for file processing.
|
pure virtual |
To give all file extensions and MIME types supported by the addon.
[in] | addonId | Identifier about wanted addon |
Implemented in KODI::ADDONS::CExtsMimeSupportList.