What about to using loops
<http://doc.qt.io/qt-5/qml-qtmultimedia-mediaplayer.html#loops-prop>
property?

2016-03-19 20:57 GMT+02:00 Kevin Mcintyre <kebi...@gmail.com>:

> added the following conditional MediaPlayer
> if ( mediaPlayer.availability == 0 && mediaPlayer.playbackState  == 0) {
> //only play here/
> }
>
> On Fri, Mar 18, 2016 at 4:54 PM, Kevin Mcintyre <kebi...@gmail.com> wrote:
>
>> Hello - First time posting to QT mailing list so forgive me if this is
>> the wrong channel.
>>
>> I have a simple QML application listening on a websocket, and want to
>> play a chime on message.
>>
>> Initially I tried SoundEffect but my wav file didn't play correctly, so I
>> opted for MediaPlayer which works, but I'm looking for how to replay the
>> same source more than once.
>>
>> Been messing with MediaPlayer.availability and onPlaybackStateChanged
>> and seek but can't seem to get consistent behavior.
>>
>> Any pointers on mediaplayer replay would be very much appreciated.
>>
>> Qt Creator 5.5.
>>
>>
>>
>
> _______________________________________________
> Interest mailing list
> Interest@qt-project.org
> http://lists.qt-project.org/mailman/listinfo/interest
>
>
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to