Home · All Classes · Modules

Phonon.VideoPlayer Class Reference
[phonon module]

Inherits QWidget.

Methods

Qt Signals


Detailed Description


Method Documentation

VideoPlayer.__init__ (self, Category, QWidget parent = None)

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

VideoPlayer.__init__ (self, QWidget parent = None)

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

AudioOutput VideoPlayer.audioOutput (self)

int VideoPlayer.currentTime (self)

bool VideoPlayer.isPaused (self)

bool VideoPlayer.isPlaying (self)

VideoPlayer.load (self, MediaSource)

This method is also a Qt slot with the C++ signature void load(const Phonon::MediaSource&).

MediaObject VideoPlayer.mediaObject (self)

VideoPlayer.pause (self)

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

VideoPlayer.play (self, MediaSource)

This method is also a Qt slot with the C++ signature void play(const Phonon::MediaSource&).

VideoPlayer.play (self)

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

VideoPlayer.seek (self, int)

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

VideoPlayer.setVolume (self, float)

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

VideoPlayer.stop (self)

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

int VideoPlayer.totalTime (self)

VideoWidget VideoPlayer.videoWidget (self)

float VideoPlayer.volume (self)


Qt Signal Documentation

void finished ()

This is the default overload of this signal.


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