|
kodi
|
Abstracts the info the app knows about a disc (type, name, serial) More...
#include <DiscsUtils.h>
Public Member Functions | |
| bool | empty () |
| Check if the info is empty (e.g. after probing) More... | |
| void | clear () |
| Clears all the DiscInfo members. | |
Public Attributes | |
| DiscType | type {DiscType::UNKNOWN} |
| The disc type,. More... | |
| std::string | serial |
| The disc serial number. | |
| std::string | name |
| The disc label (equivalent to the mount point label) | |
Abstracts the info the app knows about a disc (type, name, serial)
|
inline |
Check if the info is empty (e.g. after probing)
| DiscType UTILS::DISCS::DiscInfo::type {DiscType::UNKNOWN} |
The disc type,.
1.8.13