Home · All Classes · Modules

Phonon.MediaObject Class Reference
[phonon module]

Inherits QObject and MediaNode.

Methods

Qt Signals


Detailed Description


Method Documentation

MediaObject.__init__ (self, QObject parent = None)

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

MediaObject.clear (self)

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

MediaObject.clearQueue (self)

MediaSource MediaObject.currentSource (self)

int MediaObject.currentTime (self)

MediaObject.enqueue (self, MediaSource)

MediaObject.enqueue (self, list-of-Phonon.MediaSource)

MediaObject.enqueue (self, list-of-QUrl)

QString MediaObject.errorString (self)

ErrorType MediaObject.errorType (self)

bool MediaObject.hasVideo (self)

bool MediaObject.isSeekable (self)

QStringList MediaObject.metaData (self, QString)

QStringList MediaObject.metaData (self, MetaData)

dict-of-QString-list-of-QString MediaObject.metaData (self)

MediaObject.pause (self)

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

MediaObject.play (self)

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

int MediaObject.prefinishMark (self)

list-of-Phonon.MediaSource MediaObject.queue (self)

int MediaObject.remainingTime (self)

MediaObject.seek (self, int)

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

MediaObject.setCurrentSource (self, MediaSource)

MediaObject.setPrefinishMark (self, int)

MediaObject.setQueue (self, list-of-Phonon.MediaSource)

MediaObject.setQueue (self, list-of-QUrl)

MediaObject.setTickInterval (self, int)

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

MediaObject.setTransitionTime (self, int)

State MediaObject.state (self)

MediaObject.stop (self)

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

int MediaObject.tickInterval (self)

int MediaObject.totalTime (self)

int MediaObject.transitionTime (self)


Qt Signal Documentation

void aboutToFinish ()

This is the default overload of this signal.

void bufferStatus (int)

This is the default overload of this signal.

void currentSourceChanged (const Phonon::MediaSource&)

This is the default overload of this signal.

void finished ()

This is the default overload of this signal.

void hasVideoChanged (bool)

This is the default overload of this signal.

void metaDataChanged ()

This is the default overload of this signal.

void prefinishMarkReached (qint32)

This is the default overload of this signal.

void seekableChanged (bool)

This is the default overload of this signal.

void stateChanged (Phonon::State,Phonon::State)

This is the default overload of this signal.

void tick (qint64)

This is the default overload of this signal.

void totalTimeChanged (qint64)

This is the default overload of this signal.


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