class MediaController |
|
\class MediaController mediacontroller.h Phonon/MediaController
Controls optional features of a media file/device like title, chapter, angle.
Author Matthias Kretz |
|
|
|
|
|
|
Returns the audio streams that can be selected by the user. The
strings can directly be used in the user interface.
See also selectedAudioChannel See also setCurrentAudioChannel |
|
|
|
|
Returns the subtitle streams that can be selected by the user. The
strings can directly be used in the user interface.
See also selectedSubtitle See also setCurrentSubtitle |
|
|
|
|
|
|
Returns the selected audio stream.
See also availableAudioChannels See also setCurrentAudioChannel |
|
|
Returns the selected subtitle stream.
See also availableSubtitles See also setCurrentSubtitle |
|
|
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. |
|
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. |
|
|
|
Selects an audio stream from the media.
Some media formats allow multiple audio streams to be stored in the same file. Normally only one should be played back. stream - Description of an audio stream See also availableAudioChannels() See also currentAudioChannel() |
|
|
Selects a subtitle stream from the media.
Some media formats allow multiple subtitle streams to be stored in the same file. Normally only one should be displayed. stream - description of a subtitle stream See also availableSubtitles() See also currentSubtitle() |
|
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. |
|
|
Angles | - 1 | - | ||
Chapters | - 2 | - | ||
Titles | - 4 | - |