Results 1 to 1 of 1

Thread: QMediaPlaylist::CurrentItemOnce not producing the required result

  1. #1
    Join Date
    May 2019
    Posts
    2
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded PyQt3 PyQt4
    Platforms
    Windows

    Question QMediaPlaylist::CurrentItemOnce not producing the required result

    Am trying to set the playbackmode on my media player each one of them works well expect this code below
    Qt Code:
    1. mpl->setPlaybackMode(QMediaPlaylist::CurrentItemInLoop);
    2. mpl->setPlaybackMode(QMediaPlaylist::CurrentItemOnce);
    To copy to clipboard, switch view to plain text mode 

    it works but i cant use the next button it always play the current media it never movies to the next media if i press the next button any help please ... thanks
    Last edited by Allaye; 28th May 2019 at 21:19.

Similar Threads

  1. QMediaPlaylist keeps building playlist larger
    By budda in forum Qt Programming
    Replies: 3
    Last Post: 20th July 2015, 23:17
  2. Load pls file with QMediaPlaylist
    By KeineAhnung in forum Newbie
    Replies: 1
    Last Post: 19th August 2014, 13:43
  3. Replies: 2
    Last Post: 12th May 2014, 15:06
  4. How to add QMediaPlaylist to a layout
    By adutzu89 in forum Newbie
    Replies: 2
    Last Post: 2nd December 2013, 09:06
  5. QMediaPlaylist view
    By Festus Hagen in forum Qt Programming
    Replies: 0
    Last Post: 6th September 2013, 08:23

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.