Namespace Phonon.BackendCapabilities |
|
Collection of functions describing the capabilities of the Backend.
Author Matthias Kretz |
|
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 descriptions for the audio effects the backend supports.
Returns A list of AudioEffectDescription objects that give a name and description for every supported audio effect. |
|
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 a list of mime types that the Backend can decode.
See also isMimeTypeAvailable() |
|
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(); |
|