|
Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include <string_view>Namespaces | |
| namespace | KODI |
| namespace | KODI::VIDEO |
Functions | |
| bool | KODI::VIDEO::IsBDFile (const CFileItem &item) |
| Check whether an item is a blu-ray file. | |
| bool | KODI::VIDEO::IsDiscStub (const CFileItem &item) |
| Check whether an item is a disc stub. | |
| bool | KODI::VIDEO::IsDVDFile (const CFileItem &item, bool bVobs=true, bool bIfos=true) |
| Check whether an item is a DVD file. | |
| bool | KODI::VIDEO::IsProtectedBlurayDisc (const CFileItem &item) |
| Checks whether item points to a protected blu-ray disc. | |
| bool | KODI::VIDEO::IsSubtitle (const CFileItem &item) |
| Check whether an item is a subtitle file. | |
| bool | KODI::VIDEO::IsVideo (const CFileItem &item) |
| Check whether an item is a video item. | |
| bool | KODI::VIDEO::IsVideoAssetFile (const CFileItem &item) |
| Is the item a video asset, excluding folders. | |
| bool | KODI::VIDEO::IsVideoDb (const CFileItem &item) |
| Check whether an item is a video database item. | |
| bool | KODI::VIDEO::IsVideoExtrasFolderName (std::string_view name) |
| Check whether a folder name is that of a video extras folder, eg. "Extras", "Bonus Disc", "Bonus Content" or "Bonus Features". | |
| bool | KODI::VIDEO::IsVideoExtrasFolder (const CFileItem &item) |
| Check whether an item is a video extras folder item. | |