phonon/globalconfig.h Source File
Go to the documentation of this file.
23 #ifndef PHONON_GLOBALCONFIG_H
24 #define PHONON_GLOBALCONFIG_H
35 class GlobalConfigPrivate;
45 ShowUnavailableDevices = 0,
46 ShowAdvancedDevices = 0,
47 HideAdvancedDevices = 1,
48 AdvancedDevicesFromSettings = 2,
49 HideUnavailableDevices = 4
51 bool hideAdvancedDevices()
const;
52 void setHideAdvancedDevices(
bool hide =
true);
55 int audioOutputDeviceFor(
Phonon::Category category,
int override = AdvancedDevicesFromSettings)
const;
57 #ifndef QT_NO_PHONON_AUDIOCAPTURE
60 int audioCaptureDeviceFor(
Phonon::Category category,
int override = AdvancedDevicesFromSettings)
const;
61 #endif //QT_NO_PHONON_AUDIOCAPTURE
64 GlobalConfigPrivate *
const k_ptr;
71 #endif // PHONON_GLOBALCONFIG_H
GlobalConfigPrivate *const k_ptr
#define QT_BEGIN_NAMESPACE
Category
Set's the category your program should be listed in in the mixer.
The KDE Multimedia classes.
#define K_DECLARE_PRIVATE(Class)