MythTV
master
|
#include <fcntl.h>
#include <unistd.h>
#include <QCoreApplication>
#include <QUrl>
#include <QUrlQuery>
#include "libmythbase/mythdownloadmanager.h"
#include "libmythbase/mythlogging.h"
#include "cardutil.h"
#include "cetonchannel.h"
#include "cetonstreamhandler.h"
#include "mpeg/mpegstreamdata.h"
#include "mpeg/streamlisteners.h"
Go to the source code of this file.
Macros | |
#define | LOC QString("CetonSH[%1](%2): ").arg(m_inputId).arg(m_device) |
-*- Mode: c++ -*- CetonStreamHandler Copyright (c) 2011 Ronald Frazier Copyright (c) 2009-2011 Daniel Kristjansson Distributed as part of MythTV under GPL v2 and later. More... | |
#define LOC QString("CetonSH[%1](%2): ").arg(m_inputId).arg(m_device) |
-*- Mode: c++ -*- CetonStreamHandler Copyright (c) 2011 Ronald Frazier Copyright (c) 2009-2011 Daniel Kristjansson Distributed as part of MythTV under GPL v2 and later.
Definition at line 31 of file cetonstreamhandler.cpp.