Phonon
MediaController Class Reference
[Playback]
#include <Phonon/MediaController>
Inheritance diagram for MediaController:

Detailed Description
Controls optional features of a media file/device like title, chapter, angle.
Public Slots | |
| void | setCurrentTitle (int titleNumber) |
| void | nextTitle () |
| void | previousTitle () |
Member Function Documentation
| void setCurrentTitle | ( | int | titleNumber | ) | [slot] |
Skips to the given title titleNumber.
If it was playing before the title change it will start playback on the new title if autoplayTitles is enabled.
| void nextTitle | ( | ) | [slot] |
Skips to the next title.
If it was playing before the title change it will start playback on the next title if autoplayTitles is enabled.
| void previousTitle | ( | ) | [slot] |
Skips to the previous title.
If it was playing before the title change it will start playback on the previous title if autoplayTitles is enabled.
The documentation for this class was generated from the following file:
- mediacontroller.h
KDE 4.0 API Reference