23#include "globalconfig.h"
24#include "../globalconfig_p.h"
26#include "../factory_p.h"
27#include "../phonondefs_p.h"
28#include "../backendinterface.h"
29#include "../qsettingsgroup_p.h"
30#include "../platformplugin.h"
31#include "pulsesupport.h"
41#ifndef PHONON_NO_VIDEOCAPTURE
42QList<int> GlobalConfig::videoCaptureDeviceListFor(Category category,
int override)
const
45 return Phonon::GlobalConfig::videoCaptureDeviceListFor(Phonon::NoCaptureCategory,
override);
48int GlobalConfig::videoCaptureDeviceFor(Category category,
int override)
const
51 return Phonon::GlobalConfig::videoCaptureDeviceFor(Phonon::NoCaptureCategory,
override);
54QList< int > GlobalConfig::videoCaptureDeviceListFor(CaptureCategory category,
int override)
const
56 return Phonon::GlobalConfig::videoCaptureDeviceListFor(category,
override);
59int Experimental::GlobalConfig::videoCaptureDeviceFor(CaptureCategory category,
int override)
const
61 return Phonon::GlobalConfig::videoCaptureDeviceFor(category,
override);
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:29:17 by
doxygen 1.12.0 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.