Go to the documentation of this file.
18 return new MythHDD(par, devicePath, SuperMount, AllowEject);
31 bool SuperMount,
bool AllowEject)
68 LOG(VB_MEDIA, LOG_INFO,
"MythHDD::checkMedia try mounting " +
#define LOG(_MASK_, _LEVEL_, _QSTRING_)
MythMediaStatus checkMedia(void) override
Checks the status of this media device.
static MythHDD * Get(QObject *par, const char *devicePath, bool SuperMount, bool AllowEject)
Helper function used to create a new instance of a hard disk device.
MythHDD(QObject *par, const QString &DevicePath, bool SuperMount, bool AllowEject)
Creates a new instance of a hard disc device.
MythMediaError eject(bool) override