Home · All Classes · Modules

Phonon.AudioOutput Class Reference
[phonon module]

Inherits AbstractAudioOutput.

Methods

Qt Signals


Detailed Description


Method Documentation

AudioOutput.__init__ (self, Category, QObject parent = None)

The parent argument, if not None, causes self to be owned by Qt instead of PyQt.

AudioOutput.__init__ (self, QObject parent = None)

The parent argument, if not None, causes self to be owned by Qt instead of PyQt.

Category AudioOutput.category (self)

bool AudioOutput.isMuted (self)

QString AudioOutput.name (self)

AudioOutputDevice AudioOutput.outputDevice (self)

AudioOutput.setMuted (self, bool)

This method is also a Qt slot with the C++ signature void setMuted(bool).

AudioOutput.setName (self, QString)

This method is also a Qt slot with the C++ signature void setName(const QString&).

bool AudioOutput.setOutputDevice (self, AudioOutputDevice)

This method is also a Qt slot with the C++ signature bool setOutputDevice(const Phonon::AudioOutputDevice&).

AudioOutput.setVolume (self, float)

This method is also a Qt slot with the C++ signature void setVolume(qreal).

AudioOutput.setVolumeDecibel (self, float)

This method is also a Qt slot with the C++ signature void setVolumeDecibel(qreal).

float AudioOutput.volume (self)

float AudioOutput.volumeDecibel (self)


Qt Signal Documentation

void mutedChanged (bool)

This is the default overload of this signal.

void outputDeviceChanged (const Phonon::AudioOutputDevice&)

This is the default overload of this signal.

void volumeChanged (qreal)

This is the default overload of this signal.


PyQt 4.8 for X11Copyright © Riverbank Computing Ltd and Nokia 2010Qt 4.7.0