Phonon.MediaController Class Reference
[phonon module]
Inherits QObject.
Types
Methods
Qt Signals
Detailed Description
Type Documentation
MediaController.Feature
Method Documentation
MediaController.__init__ (self, MediaObject parent)
The parent argument, if not None, causes self to be owned by Qt instead of PyQt.
bool MediaController.autoplayTitles (self)
int MediaController.availableAngles (self)
int MediaController.availableChapters (self)
int MediaController.availableTitles (self)
int MediaController.currentAngle (self)
int MediaController.currentChapter (self)
int MediaController.currentTitle (self)
MediaController.nextTitle (self)
This method is also a Qt slot with the C++ signature void nextTitle().
MediaController.previousTitle (self)
This method is also a Qt slot with the C++ signature void previousTitle().
MediaController.setAutoplayTitles (self, bool)
This method is also a Qt slot with the C++ signature void setAutoplayTitles(bool).
MediaController.setCurrentAngle (self, int angleNumber)
This method is also a Qt slot with the C++ signature void setCurrentAngle(int).
MediaController.setCurrentChapter (self, int chapterNumber)
This method is also a Qt slot with the C++ signature void setCurrentChapter(int).
MediaController.setCurrentTitle (self, int titleNumber)
This method is also a Qt slot with the C++ signature void setCurrentTitle(int).
Features MediaController.supportedFeatures (self)
Qt Signal Documentation
void angleChanged (int)
void availableAnglesChanged (int)
void availableChaptersChanged (int)
void availableTitlesChanged (int)
void chapterChanged (int)
void titleChanged (int)