Quantcast
Channel: Qt DevNet forums: Qt Quick 1283365070**
Viewing all articles
Browse latest Browse all 4972

Audio stops unexpectedly

$
0
0
i’m playing an audio file (.ogv) with MediaPlayer and Audio components and i set audio to loop infinitly, but after sometime the audio stops playing the code:  MediaPlayer     {         id : sound         source: "qrc:///resources/audio.ogv"         autoLoad: true         autoPlay: true         loops: Audio.Infinite         property bool isPlaying: true       }       Audio     {         source: sound     }

Viewing all articles
Browse latest Browse all 4972

Trending Articles