#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 "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 | EMBEDRETURNVOIDSCHEDIT = void(*)(const ProgramInfo *, void *) |
|
|
enum | scheduleEditTypes {
kScheduleProgramGuide = 0,
kScheduleProgramFinder,
kScheduledRecording,
kViewSchedule,
kPlaybackBox
} |
|
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
◆ EMBEDRETURNVOIDSCHEDIT
◆ scheduleEditTypes
Enumerator |
---|
kScheduleProgramGuide | |
kScheduleProgramFinder | |
kScheduledRecording | |
kViewSchedule | |
kPlaybackBox | |
Definition at line 92 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 103 of file tv_play.h.
◆ anonymous enum
Enumerator |
---|
kStartTVNoFlags | |
kStartTVInPlayList | |
kStartTVByNetworkCommand | |
kStartTVIgnoreBookmark | |
kStartTVIgnoreProgStart | |
kStartTVIgnoreLastPlayPos | |
Definition at line 110 of file tv_play.h.