Phonon.MediaController Class Reference
[phonon module]
Inherits QObject.
Types
Methods
Qt Signals
Detailed Description
Type Documentation
MediaController.Feature
Method Documentation
MediaController.__init__ (self, MediaObject)
The Phonon.MediaObject argument, if not None, causes self to be owned by Qt instead of PyQt.
bool MediaController.autoplayTitles (self)
int MediaController.availableAngles (self)
list-of-Phonon.AudioChannelDescription MediaController.availableAudioChannels (self)
int MediaController.availableChapters (self)
list-of-Phonon.SubtitleDescription MediaController.availableSubtitles (self)
int MediaController.availableTitles (self)
int MediaController.currentAngle (self)
int MediaController.currentChapter (self)
SubtitleDescription MediaController.currentSubtitle (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)
This method is also a Qt slot with the C++ signature void setCurrentAngle(int).
MediaController.setCurrentAudioChannel (self, AudioChannelDescription)
MediaController.setCurrentChapter (self, int)
This method is also a Qt slot with the C++ signature void setCurrentChapter(int).
MediaController.setCurrentSubtitle (self, SubtitleDescription)
MediaController.setCurrentTitle (self, int)
This method is also a Qt slot with the C++ signature void setCurrentTitle(int).
Features MediaController.supportedFeatures (self)
Qt Signal Documentation
void angleChanged (int)
This is the default overload of this signal.
void availableAnglesChanged (int)
This is the default overload of this signal.
void availableAudioChannelsChanged ()
This is the default overload of this signal.
void availableChaptersChanged (int)
This is the default overload of this signal.
void availableSubtitlesChanged ()
This is the default overload of this signal.
void availableTitlesChanged (int)
This is the default overload of this signal.
void chapterChanged (int)
This is the default overload of this signal.
void titleChanged (int)
This is the default overload of this signal.