Viadeo Twitter Google Bookmarks ! Facebook Digg del.icio.us MySpace Yahoo MyWeb Blinklist Netvouz Reddit Simpy StumbleUpon Bookmarks Windows Live Favorites 
Logo Documentation Qt ·  Page d'accueil  ·  Toutes les classes  ·  Toutes les fonctions  ·  Vues d'ensemble  · 

QMediaPlaylistControl Class Reference

The QMediaPlaylistControl class provides access to the playlist functionality of a QMediaService. More...

 #include <QMediaPlaylistControl>

Inherits QMediaControl.

Public Functions

virtual ~QMediaPlaylistControl ()
virtual int currentIndex () const = 0
virtual void next () = 0
virtual int nextIndex ( int step ) const = 0
virtual QMediaPlaylist::PlaybackMode playbackMode () const = 0
virtual QMediaPlaylistProvider * playlistProvider () const = 0
virtual void previous () = 0
virtual int previousIndex ( int step ) const = 0
virtual void setCurrentIndex ( int position ) = 0
virtual void setPlaybackMode ( QMediaPlaylist::PlaybackMode mode ) = 0
virtual bool setPlaylistProvider ( QMediaPlaylistProvider * playlist ) = 0
  • 29 public functions inherited from QObject

Signals

void currentIndexChanged ( int position )
void currentMediaChanged ( const QMediaContent & content )
void playbackModeChanged ( QMediaPlaylist::PlaybackMode mode )
void playlistProviderChanged ()

Protected Functions

QMediaPlaylistControl ( QObject * parent = 0 )
  • 7 protected functions inherited from QObject

Macros

QMediaPlaylistControl_iid

Additional Inherited Members

  • 1 property inherited from QObject
  • 1 public slot inherited from QObject
  • 1 public variable inherited from QObject
  • 4 static public members inherited from QObject
  • 2 protected variables inherited from QObject

Detailed Description

The QMediaPlaylistControl class provides access to the playlist functionality of a QMediaService.

If a QMediaService contains an internal playlist it will implement QMediaPlaylistControl. This control provides access to the contents of the playlist, as well as the position of the current media, and a means of navigating to the next and previous media.

The functionality provided by the control is exposed to application code through the QMediaPlaylist class.

The interface name of QMediaPlaylistControl is com.nokia.Qt.QMediaPlaylistControl/1.0 as defined in QMediaPlaylistControl_iid.

See also QMediaService::requestControl() and QMediaPlayer.

Member Function Documentation

QMediaPlaylistControl::QMediaPlaylistControl ( QObject * parent = 0 ) [protected]

Create a new playlist control object with the given parent.

QMediaPlaylistControl::~QMediaPlaylistControl () [virtual]

Destroys the playlist control.

int QMediaPlaylistControl::currentIndex () const [pure virtual]

Returns position of the current media source in the playlist.

See also setCurrentIndex().

void QMediaPlaylistControl::currentIndexChanged ( int position ) [signal]

Signal emitted when the playlist position is changed.

void QMediaPlaylistControl::currentMediaChanged ( const QMediaContent & content ) [signal]

Signal emitted when current media changes to content.

void QMediaPlaylistControl::next () [pure virtual]

Moves to the next item in playlist.

int QMediaPlaylistControl::nextIndex ( int step ) const [pure virtual]

Returns the index of item, which were current after calling next() step times.

Returned value depends on the size of playlist, current position and playback mode.

See also QMediaPlaylist::playbackMode.

QMediaPlaylist::PlaybackMode QMediaPlaylistControl::playbackMode () const [pure virtual]

Returns the playlist navigation mode.

See also setPlaybackMode() and QMediaPlaylist::PlaybackMode.

void QMediaPlaylistControl::playbackModeChanged ( QMediaPlaylist::PlaybackMode mode ) [signal]

Signal emitted when the playback mode is changed.

QMediaPlaylistProvider * QMediaPlaylistControl::playlistProvider () const [pure virtual]

Returns the playlist used by this media player.

See also setPlaylistProvider().

void QMediaPlaylistControl::playlistProviderChanged () [signal]

Signal emitted when the playlist provider has changed.

void QMediaPlaylistControl::previous () [pure virtual]

Returns to the previous item in playlist.

int QMediaPlaylistControl::previousIndex ( int step ) const [pure virtual]

Returns the index of item, which were current after calling previous() step times.

See also QMediaPlaylist::playbackMode.

void QMediaPlaylistControl::setCurrentIndex ( int position ) [pure virtual]

Jump to the item at the given position.

See also currentIndex().

void QMediaPlaylistControl::setPlaybackMode ( QMediaPlaylist::PlaybackMode mode ) [pure virtual]

Sets the playback mode.

See also playbackMode() and QMediaPlaylist::PlaybackMode.

bool QMediaPlaylistControl::setPlaylistProvider ( QMediaPlaylistProvider * playlist ) [pure virtual]

Set the playlist of this media player to playlist.

In many cases it is possible just to use the playlist constructed by player, but sometimes replacing the whole playlist allows to avoid copyting of all the items bettween playlists.

Returns true if player can use this passed playlist; otherwise returns false.

See also playlistProvider().

Macro Documentation

QMediaPlaylistControl_iid

com.nokia.Qt.QMediaPlaylistControl/1.0

Defines the interface name of the QMediaPlaylistControl class.

X

Thank you for giving your feedback.

Make sure it is related to this specific page. For more general bugs and requests, please use the Qt Bug Tracker.

[0]; s.parentNode.insertBefore(ga, s); })();
Publicité

Best Of

Actualités les plus lues

Semaine
Mois
Année
  1. « Quelque chose ne va vraiment pas avec les développeurs "modernes" », un développeur à "l'ancienne" critique la multiplication des bibliothèques 94
  2. Apercevoir la troisième dimension ou l'utilisation multithreadée d'OpenGL dans Qt, un article des Qt Quarterly traduit par Guillaume Belz 0
  3. Pourquoi les programmeurs sont-ils moins payés que les gestionnaires de programmes ? Manquent-ils de pouvoir de négociation ? 47
  4. Les développeurs ignorent-ils trop les failles découvertes dans leur code ? Prenez-vous en compte les remarques des autres ? 17
  5. Les développeurs détestent-ils les antivirus ? Un programmeur manifeste sa haine envers ces solutions de sécurité 13
  6. Quelles nouveautés de C++11 Visual C++ doit-il rapidement intégrer ? Donnez-nous votre avis 10
  7. Qt Commercial : Digia organise un webinar gratuit le 27 mars sur la conception d'interfaces utilisateur et d'applications avec le framework 0
Page suivante

Le Qt Quarterly au hasard

Logo

Le tri des QListView

Qt Quarterly est la revue trimestrielle proposée par Nokia et à destination des développeurs Qt. Ces articles d'une grande qualité technique sont rédigés par des experts Qt. Lire l'article.

Communauté

Ressources

Liens utiles

Contact

  • Vous souhaitez rejoindre la rédaction ou proposer un tutoriel, une traduction, une question... ? Postez dans le forum Contribuez ou contactez-nous par MP ou par email (voir en bas de page).

Qt dans le magazine

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.1
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 !
 
 
 
 
Partenaires

Hébergement Web