MythTV
master
|
#include <QStringList>
#include <QPointer>
#include <QMutex>
#include <QWaitCondition>
#include <QList>
#include <QDateTime>
#include "mthread.h"
#include "mythexp.h"
#include "mythmedia.h"
Go to the source code of this file.
Classes | |
struct | MHData |
Stores details of media handlers. More... | |
class | MonitorThread |
class | MediaMonitor |
Macros | |
#define | REG_MEDIA_HANDLER(a, b, c, d, e) MediaMonitor::GetMediaMonitor()->RegisterMediaHandler(a, b, c, d, e) |
#define REG_MEDIA_HANDLER | ( | a, | |
b, | |||
c, | |||
d, | |||
e | |||
) | MediaMonitor::GetMediaMonitor()->RegisterMediaHandler(a, b, c, d, e) |
Definition at line 135 of file mythmediamonitor.h.