|
Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include <string>Classes | |
| struct | UTILS::DISCS::DiscInfo |
| Abstracts the info the app knows about a disc (type, name, serial) More... | |
Namespaces | |
| namespace | UTILS |
| namespace | UTILS::DISCS |
Enumerations | |
| enum class | UTILS::DISCS::DiscType { UTILS::DISCS::UNKNOWN , UTILS::DISCS::DVD , UTILS::DISCS::BLURAY } |
| Abstracts a disc type. More... | |
Functions | |
| bool | UTILS::DISCS::GetDiscInfo (DiscInfo &info, const std::string &mediaPath) |
| Try to obtain the disc info (type, name, serial) of a given media path. | |
| DiscInfo | UTILS::DISCS::ProbeDVDDiscInfo (const std::string &mediaPath) |
| Try to probe the provided media path as a DVD. | |
| DiscInfo | UTILS::DISCS::ProbeBlurayDiscInfo (const std::string &mediaPath) |
| Try to probe the provided media path as a Bluray. | |
| bool | UTILS::DISCS::IsBlurayDiscImage (const CFileItem &item) |
| Probe a FileItem to see it is a bluray disc image. | |
| bool | UTILS::DISCS::IsBlurayDiscImage (const std::string &path) |
| Probe a FileItem to see it is a bluray disc image. | |