|
MythTV
0.26-pre
|
I am assuming, for now, that everything on Windows uses drive letters (e.g. More...
#include <mediamonitor-windows.h>
Public Member Functions | |
| MediaMonitorWindows (QObject *par, unsigned long interval, bool allowEject) | |
| virtual bool | AddDevice (MythMediaDevice *pDevice) |
| QStringList | GetCDROMBlockDevices (void) |
I am assuming, for now, that everything on Windows uses drive letters (e.g.
C:, D:). That is probably wrong, though. (other APIs?)
Definition at line 9 of file mediamonitor-windows.h.
| MediaMonitorWindows::MediaMonitorWindows | ( | QObject * | par, |
| unsigned long | interval, | ||
| bool | allowEject | ||
| ) |
Definition at line 22 of file mediamonitor-windows.cpp.
| bool MediaMonitorWindows::AddDevice | ( | MythMediaDevice * | pDevice | ) | [virtual] |
Implements MediaMonitor.
Definition at line 67 of file mediamonitor-windows.cpp.
Referenced by MediaMonitorWindows().
| QStringList MediaMonitorWindows::GetCDROMBlockDevices | ( | void | ) | [virtual] |
Implements MediaMonitor.
Definition at line 106 of file mediamonitor-windows.cpp.
1.7.6.1