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. | |