KDE 4.2 PyKDE API Reference
  • KDE's Python API
  • Overview
  • PyKDE Home
  • Sitemap
  • Contact Us
 

Notifier Class Reference

from PyKDE4.phonon import *

Inherits: QObject
Namespace: Phonon::BackendCapabilities

Detailed Description

\class Notifier backendcapabilities.h Phonon/BackendCapabilities Notifications about backend capabilities.


Signals

 availableAudioCaptureDevicesChanged ()
 availableAudioOutputDevicesChanged ()
 capabilitiesChanged ()

Methods

 availableAudioCaptureDevicesChanged (self)
 availableAudioOutputDevicesChanged (self)
 capabilitiesChanged (self)

Method Documentation

availableAudioCaptureDevicesChanged (   self )

This signal is emitted when audio capture devices were plugged or unplugged.

Check BackendCapabilities.availableAudioCaptureDevices to get the current list of available devices.

Signal syntax:
QObject.connect(source, SIGNAL("availableAudioCaptureDevicesChanged()"), target_slot)
availableAudioOutputDevicesChanged (   self )

This signal is emitted when audio output devices were plugged or unplugged.

Check BackendCapabilities.availableAudioOutputDevices to get the current list of available devices.

Signal syntax:
QObject.connect(source, SIGNAL("availableAudioOutputDevicesChanged()"), target_slot)
capabilitiesChanged (   self )

This signal is emitted if the capabilities have changed. This can happen if the user has requested a backend change.

Signal syntax:
QObject.connect(source, SIGNAL("capabilitiesChanged()"), target_slot)
  • Full Index

Modules

  • akonadi
  • dnssd
  • kdecore
  • kdeui
  • khtml
  • kio
  • knewstuff
  • kparts
  • kutils
  • nepomuk
  • phonon
  • plasma
  • solid
  • soprano
This documentation is maintained by Simon Edwards.
KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal