|
kodi
|
Abstracts a generic storage device. More...
#include <IStorageProvider.h>
Public Attributes | |
| std::string | label {} |
| std::string | path {} |
| STORAGE::Type | type {STORAGE::Type::UNKNOWN} |
Abstracts a generic storage device.
| std::string MEDIA_DETECT::STORAGE::StorageDevice::label {} |
Device name/label
| std::string MEDIA_DETECT::STORAGE::StorageDevice::path {} |
Device mountpoint/path
| STORAGE::Type MEDIA_DETECT::STORAGE::StorageDevice::type {STORAGE::Type::UNKNOWN} |
The storage type (e.g. OPTICAL)
1.8.13