|
MythTV master
|
#include <vector>#include <QStringList>#include <QDateTime>#include <QMutex>#include <QSize>#include "libmythbase/filesysteminfo.h"#include "libmythbase/programinfo.h"#include "libmythbase/programtypes.h"#include "libmythbase/referencecounter.h"#include "libmythtv/inputinfo.h"Go to the source code of this file.
Classes | |
| class | PlaybackSock |
Enumerations | |
| enum | PlaybackSockEventsMode : std::uint8_t { kPBSEvents_None = 0 , kPBSEvents_Normal = 1 , kPBSEvents_NonSystem = 2 , kPBSEvents_SystemOnly = 3 } |
| enum PlaybackSockEventsMode : std::uint8_t |
| Enumerator | |
|---|---|
| kPBSEvents_None | |
| kPBSEvents_Normal | |
| kPBSEvents_NonSystem | |
| kPBSEvents_SystemOnly | |
Definition at line 21 of file playbacksock.h.