audio - Get signal from when media has ended Qt.Multimedia and QML -


i'm creating music app using qml , it's going , i'm working on track queue. i'm using qt.multimedia play tracks , there property used play next track when current has ended, don't understand how signal.

here doc i'm using: https://qt-project.org/doc/qt-5.0/qtmultimedia/qml-qtmultimedia5-audio.html

there's endofmedia planning of using, don't understand how?

it seems reasonable connect slot playbackstatechanged() or stopped() signal checks status see if endofmedia , plays next track.


Comments

Popular posts from this blog

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -