Notifications about backend capabilities.
Definition at line 59 of file backendcapabilities.h.
#include <Phonon/BackendCapabilities>

Signals |
|
| void | capabilitiesChanged () |
| This signal is emitted if the capabilities
have changed. |
|
| void | availableAudioOutputDevicesChanged () |
| This signal is emitted when audio output
devices were plugged or unplugged. |
|
| void | availableAudioCaptureDevicesChanged () |
| This signal is emitted when audio capture
devices were plugged or unplugged. |
|
| void capabilitiesChanged | ( | ) | [signal] |
This signal is emitted if the capabilities have changed.
This can happen if the user has requested a backend change.
| void availableAudioOutputDevicesChanged | ( | ) | [signal] |
This signal is emitted when audio output devices were plugged or unplugged.
Check BackendCapabilities::availableAudioOutputDevices to get the current list of available devices.
| void availableAudioCaptureDevicesChanged | ( | ) | [signal] |
This signal is emitted when audio capture devices were plugged or unplugged.
Check BackendCapabilities::availableAudioCaptureDevices to get the current list of available devices.