MythTV
master
|
#include <QMap>
#include <QObject>
#include <QString>
#include "libmyth/mythcontext.h"
#include "libmythbase/mythdate.h"
#include "libmythbase/mythdbcon.h"
#include "diseqc.h"
#include "dtvchannel.h"
#include "dtvconfparserhelpers.h"
#include "mpeg/streamlisteners.h"
Go to the source code of this file.
Classes | |
class | DVBChannel |
Provides interface to the tuning hardware when using DVB drivers. More... | |
Typedefs | |
using | IsOpenMap = QMap< const DVBChannel *, bool > |
using IsOpenMap = QMap<const DVBChannel*,bool> |
Definition at line 29 of file dvbchannel.h.