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