#include <cstdint>
#include <utility>
#include <vector>
#include <QReadWriteLock>
#include <QWaitCondition>
#include <QStringList>
#include <QDateTime>
#include <QObject>
#include <QString>
#include <QMutex>
#include <QMap>
#include <QRecursiveMutex>
#include <QVector>
#include "libmyth/audio/volumebase.h"
#include "libmythbase/mythdeque.h"
#include "libmythbase/mythtimer.h"
#include "libmythbase/referencecounter.h"
#include "libmythbase/mthreadpool.h"
#include "channelgroup.h"
#include "channelinfo.h"
#include "decoders/decoderbase.h"
#include "inputinfo.h"
#include "mythtvmenu.h"
#include "osd.h"
#include "playercontext.h"
#include "tv.h"
#include "tvbrowsehelper.h"
#include "tvplaybackstate.h"
#include "videoouttypes.h"
Go to the source code of this file.
|
| using | EMBEDRETURNVOID = void(*)(void *, bool) |
| |
| using | EMBEDRETURNVOIDEPG = void(*)(uint, const QString &, const QDateTime, TV *, bool, bool, int) |
| |
| using | EMBEDRETURNVOIDFINDER = void(*)(TV *, bool, bool) |
| |
| using | EMBEDRETURNVOIDPROGLIST = void(*)(TV *, int, const QString &) |
| |
| using | EMBEDRETURNVOIDSCHEDIT = void(*)(const ProgramInfo *, void *) |
| |
|
| enum | scheduleEditTypes {
kScheduleProgramGuide = 0
, kScheduleProgramFinder
, kScheduledRecording
, kViewSchedule
,
kPlaybackBox
, kScheduleProgramList
} |
| |
| enum | NoRecorderMsg { kNoRecorders = 0
, kNoCurrRec = 1
, kNoTuners = 2
} |
| | Type of message displayed in ShowNoRecorderDialog() More...
|
| |
| enum | {
kStartTVNoFlags = 0x00
, kStartTVInPlayList = 0x02
, kStartTVByNetworkCommand = 0x04
, kStartTVIgnoreBookmark = 0x08
,
kStartTVIgnoreProgStart = 0x10
, kStartTVIgnoreLastPlayPos = 0x20
} |
| |
◆ EMBEDRETURNVOID
◆ EMBEDRETURNVOIDEPG
◆ EMBEDRETURNVOIDFINDER
◆ EMBEDRETURNVOIDPROGLIST
◆ EMBEDRETURNVOIDSCHEDIT
◆ anonymous enum
| Enumerator |
|---|
| kStartTVNoFlags | |
| kStartTVInPlayList | |
| kStartTVByNetworkCommand | |
| kStartTVIgnoreBookmark | |
| kStartTVIgnoreProgStart | |
| kStartTVIgnoreLastPlayPos | |
Definition at line 113 of file tv_play.h.
◆ NoRecorderMsg
Type of message displayed in ShowNoRecorderDialog()
| Enumerator |
|---|
| kNoRecorders | No free recorders.
|
| kNoCurrRec | No current recordings.
|
| kNoTuners | No capture cards configured.
|
Definition at line 106 of file tv_play.h.
◆ scheduleEditTypes
| Enumerator |
|---|
| kScheduleProgramGuide | |
| kScheduleProgramFinder | |
| kScheduledRecording | |
| kViewSchedule | |
| kPlaybackBox | |
| kScheduleProgramList | |
Definition at line 94 of file tv_play.h.