Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include "playlists/PlayListFileItemClassify.h"
#include "FileItem.h"
#include "playlists/PlayListFactory.h"
#include "utils/URIUtils.h"
#include "utils/Variant.h"
Namespaces | |
namespace | KODI |
namespace | KODI::PLAYLIST |
Functions | |
bool | KODI::PLAYLIST::IsPlayList (const CFileItem &item) |
Check whether an item is a playlist. | |
bool | KODI::PLAYLIST::IsSmartPlayList (const CFileItem &item) |
Check whether an item is a smart playlist. | |