Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include "music/MusicFileItemClassify.h"
#include "FileItem.h"
#include "ServiceBroker.h"
#include "utils/FileExtensionProvider.h"
#include "utils/StringUtils.h"
#include "utils/URIUtils.h"
Namespaces | |
namespace | KODI |
namespace | KODI::MUSIC |
Functions | |
bool | KODI::MUSIC::IsAudio (const CFileItem &item) |
Check whether an item is an audio item. | |
bool | KODI::MUSIC::IsAudioBook (const CFileItem &item) |
Check whether an item is an audio book item. | |
bool | KODI::MUSIC::IsCDDA (const CFileItem &item) |
Check whether an item is an audio cd item. | |
bool | KODI::MUSIC::IsCUESheet (const CFileItem &item) |
Check whether an item is a cue sheet. | |
bool | KODI::MUSIC::IsLyrics (const CFileItem &item) |
Check whether an item is a lyrics file. | |
bool | KODI::MUSIC::IsMusicDb (const CFileItem &item) |
Check whether an item is a music database item. | |