- PySide.phonon.capabilitiesChanged()¶
This signal is emitted if the capabilities have changed. This can happen if the user has requested a backend change.
- PySide.phonon.availableAudioOutputDevicesChanged()¶
This signal is emitted when audio capture devices were plugged or unplugged.
Check PySide.phonon.BackendCapabilities.availableAudioOutputDevices() to get the current list of available devices.
- PySide.phonon.availableAudioCaptureDevicesChanged()¶
This signal is emitted when audio capture devices were plugged or unplugged.
Check PySide.phonon.BackendCapabilities.availableAudioCaptureDevices() to get the current list of available devices.