Phonon::BackendCapabilities Namespace Reference
Collection of functions describing the capabilities of the Backend.
- Author
- Matthias Kretz kretz.nosp@m.@kde.nosp@m..org
Often all you want to know is whether one given MIME type can be decoded by the backend.
Use this method in favor of availableMimeTypes() as it can give you a negative answer without having a backend loaded.
- See also
- availableMimeTypes();
Returns the audio output devices the backend supports.
- Returns
- A list of AudioOutputDevice objects that give a name and description for every supported audio output device.
Returns the audio capture devices the backend supports.
- Returns
- A list of AudioCaptureDevice objects that give a name and description for every supported audio capture device.
Returns the video output devices the backend supports.
- Returns
- A list of VideoOutputDevice objects that give a name and description for every supported video output device. Returns the video capture devices the backend supports.
-
A list of VideoCaptureDevice objects that give a name and description for every supported video capture device. Returns the visualization effects the backend supports.
-
A list of VisualizationEffect objects that give a name and description for every supported visualization effect. Returns descriptions for the audio effects the backend supports.
-
A list of AudioEffectDescription objects that give a name and description for every supported audio effect.