MythTV
master
|
#include <unistd.h>
#include <sys/types.h>
#include <sys/time.h>
#include <fcntl.h>
#include <algorithm>
#include <utility>
#include "libmythbase/mythdbcon.h"
#include "libmythbase/mythlogging.h"
#include "hdhrchannel.h"
#include "videosource.h"
#include "channelutil.h"
#include "hdhrstreamhandler.h"
Go to the source code of this file.
Macros | |
#define | LOC QString("HDHRChan[%1](%2): ").arg(m_inputId).arg(HDHRChannel::GetDevice()) |
HDHRChannel Copyright (c) 2006-2009 by Silicondust Engineering Ltd. More... | |
Functions | |
static QString | format_modulation (const DTVMultiplex &tuning) |
static QString | format_dvbt (const DTVMultiplex &tuning) |
static QString | format_dvbc (const DTVMultiplex &tuning, const QString &mod) |
static QString | get_tune_spec (const DTVTunerType tunerType, const DTVMultiplex &tuning) |
#define LOC QString("HDHRChan[%1](%2): ").arg(m_inputId).arg(HDHRChannel::GetDevice()) |
HDHRChannel Copyright (c) 2006-2009 by Silicondust Engineering Ltd.
Distributed as part of MythTV under GPL v2 and later.
Definition at line 31 of file hdhrchannel.cpp.
|
static |
Definition at line 104 of file hdhrchannel.cpp.
Referenced by get_tune_spec().
|
static |
Definition at line 122 of file hdhrchannel.cpp.
Referenced by get_tune_spec().
|
static |
Definition at line 132 of file hdhrchannel.cpp.
Referenced by get_tune_spec().
|
static |
Definition at line 148 of file hdhrchannel.cpp.
Referenced by HDHRChannel::Tune().