Qt to queuing Media files?
-
Hi everyone!
I'm writing a simple program which receive Media file's path from the user, queue them, then play them from the queue.
What troubled me is the funtion to take path from the queue, then insert to the media handle. Since the player'll play all the file from the queue continuously, how could I make the player to wait until it's done playing, then insert the next path to it?
I'm using QtMultimedia to play the media.
Any advice, suggestion, example code are much appreciated!
Best regard,
A.A.B.A