QMediaPlaylistNavigator Class ReferenceThe QMediaPlaylistNavigator class provides navigation for a media playlist. More... #include <QMediaPlaylistNavigator> This class is under development and is subject to change. Inherits QObject. Properties
Public Functions
Public Slots
Signals
Additional Inherited Members
Detailed DescriptionThe QMediaPlaylistNavigator class provides navigation for a media playlist. See also QMediaPlaylist and QMediaPlaylistProvider. Property Documentation
|
QMediaContent | currentItem () const |
See also currentPosition().
Contains the position of the current media.
If no media is current, the property contains -1.
Access functions:
int | currentPosition () const |
void | jump ( int position ) |
Notifier signal:
void | currentPositionChanged ( int position ) |
See also nextPosition() and previousPosition().
Contains the playback mode.
Access functions:
QMediaPlaylist::PlaybackMode | playbackMode () const |
void | setPlaybackMode ( QMediaPlaylist::PlaybackMode mode ) |
Notifier signal:
void | playbackModeChanged ( QMediaPlaylist::PlaybackMode mode ) |
Constructs a media playlist navigator for a playlist.
The parent is passed to QObject.
Destroys a media playlist navigator.
Signals that the current media has changed.
Signals the position of the current media has changed.
Returns the media at a position in the playlist.
Advances to the next item in the playlist.
See also previous(), jump(), and playbackMode().
Returns the media that is steps positions ahead of the current position in the playlist.
See also nextPosition().
Returns a position steps ahead of the current position accounting for the playbackMode().
If the position is beyond the end of the playlist, this value returned is -1.
See also currentPosition(), previousPosition(), and playbackMode().
Signals that the playback mode has changed.
Returns the playlist being navigated.
See also setPlaylist().
Returns to the previous item in the playlist,
See also next(), jump(), and playbackMode().
Returns the media that is steps positions behind the current position in the playlist.
See also previousPosition().
Returns a position steps behind the current position accounting for the playbackMode().
If the position is prior to the beginning of the playlist this will return -1.
See also currentPosition(), nextPosition(), and playbackMode().
Sets the playlist to navigate.
See also playlist().
Signals that media immediately surrounding the current position has changed.
Cette page est une traduction d'une page de la documentation de Qt, écrite par Nokia Corporation and/or its subsidiary(-ies). Les éventuels problèmes résultant d'une mauvaise traduction ne sont pas imputables à Nokia. | Qt qtmobility-1.0-tp | |
Copyright © 2012 Developpez LLC. Tous droits réservés Developpez LLC. Aucune reproduction, même partielle, ne peut être faite de ce site et de l'ensemble de son contenu : textes, documents et images sans l'autorisation expresse de Developpez LLC. Sinon, vous encourez selon la loi jusqu'à 3 ans de prison et jusqu'à 300 000 E de dommages et intérêts. Cette page est déposée à la SACD. | ||
Vous avez déniché une erreur ? Un bug ? Une redirection cassée ? Ou tout autre problème, quel qu'il soit ? Ou bien vous désirez participer à ce projet de traduction ? N'hésitez pas à nous contacter ou par MP ! |
Copyright © 2000-2012 - www.developpez.com