phonon/backendcapabilities.h File Reference

backendcapabilities.h File Reference
#include "phonon_export.h"
#include "objectdescription.h"
#include <QtCore/QObject>

Classes

class  QList< T >
 
class  Notifier
 Notifications about backend capabilities. More...
 

Namespaces

 Phonon
 The KDE Multimedia classes.
 
 Phonon::BackendCapabilities
 Collection of functions describing the capabilities of the Backend.
 

Functions

PHONON_EXPORT Notifier * notifier ()
 Use this function to get a QObject pointer to connect to one of the Notifier signals. More...
 
PHONON_EXPORT QStringList availableMimeTypes ()
 Returns a list of mime types that the Backend can decode. More...
 
PHONON_EXPORT bool isMimeTypeAvailable (const QString &mimeType)
 Often all you want to know is whether one given MIME type can be decoded by the backend. More...
 
PHONON_EXPORT QList< AudioOutputDevice > availableAudioOutputDevices ()
 Returns the audio output devices the backend supports. More...
 
PHONON_EXPORT QList< AudioCaptureDevice > availableAudioCaptureDevices ()
 Returns the audio capture devices the backend supports. More...
 
PHONON_EXPORT QList< EffectDescription > availableAudioEffects ()
 Returns the video output devices the backend supports. More...
 

Go to the source code of this file.