MythTV master
mediamonitor-windows.h
Go to the documentation of this file.
1#ifndef MYTH_MEDIA_MONITOR_WINDOWS_H
2#define MYTH_MEDIA_MONITOR_WINDOWS_H
3
4#include "mediamonitor.h"
5
6#define DEFAULT_DVD "e:"
7#define DEFAULT_CD "e:"
8
10{
11 public:
12 MediaMonitorWindows(QObject *par, unsigned long interval, bool allowEject);
13
14 bool AddDevice(MythMediaDevice* pDevice) override; // MediaMonitor
15
16 QStringList GetCDROMBlockDevices(void) override; // MediaMonitor
17};
18#endif // MYTH_MEDIA_MONITOR_WINDOWS_H
I am assuming, for now, that everything on Windows uses drive letters (e.g.
MediaMonitorWindows(QObject *par, unsigned long interval, bool allowEject)
QStringList GetCDROMBlockDevices(void) override
bool AddDevice(MythMediaDevice *pDevice) override