Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
XFILE::CFileDirectoryFactory Class Reference

#include <FileDirectoryFactory.h>

Public Member Functions

 CFileDirectoryFactory (void)
 
virtual ~CFileDirectoryFactory (void)
 

Static Public Member Functions

static IFileDirectoryCreate (const CURL &url, CFileItem *pItem, const std::string &strMask="")
 

Constructor & Destructor Documentation

◆ CFileDirectoryFactory()

CFileDirectoryFactory::CFileDirectoryFactory ( void )
default

◆ ~CFileDirectoryFactory()

CFileDirectoryFactory::~CFileDirectoryFactory ( void )
virtualdefault

Member Function Documentation

◆ Create()

IFileDirectory * CFileDirectoryFactory::Create ( const CURL & url,
CFileItem * pItem,
const std::string & strMask = "" )
static

Check available binary addons which can contain files with underlaid folders / files. Currently in vfs and audiodecoder addons.

Note
The file extensions are absolutely necessary for these in order to identify the associated add-on.

Scan here about audiodecoder addons.

Note
: Do not check audio decoder files that are already open, they cannot contain any further sub-folders.

Scan here about VFS addons.


The documentation for this class was generated from the following files: