MythTV
master
|
#include <QList>
#include <QFile>
#include <QMutex>
#include "libmyth/standardsettings.h"
#include "libmythbase/compat.h"
#include "libmythbase/http/mythhttpmetaservice.h"
#include "libmythbase/mythcorecontext.h"
#include "libmythbase/mythdate.h"
#include "libmythbase/mythversion.h"
#include "libmythtv/cardutil.h"
#include "libmythtv/recordingprofile.h"
#include "libmythtv/recorders/satiputils.h"
#include "v2capture.h"
#include "v2serviceUtil.h"
Go to the source code of this file.
Functions | |
Q_GLOBAL_STATIC_WITH_ARGS (MythHTTPMetaService, s_service,(CAPTURE_HANDLE, V2Capture::staticMetaObject, &V2Capture::RegisterCustomTypes)) void V2Capture | |
static QString | remove_chaff (const QString &name) |
Q_GLOBAL_STATIC_WITH_ARGS | ( | MythHTTPMetaService | , |
s_service | , | ||
(CAPTURE_HANDLE, V2Capture::staticMetaObject, &V2Capture::RegisterCustomTypes) | |||
) |
Definition at line 47 of file v2capture.cpp.
|
static |
Definition at line 591 of file v2capture.cpp.
Referenced by V2Capture::GetCaptureDeviceList().