Loop video infinetely on qmlvideofx.

Change-Id: I40e444e75f0fd08860920b78b5b5ff190bce9ae9
Reviewed-by: Andy Nichols <andy.nichols@digia.com>
This commit is contained in:
sanevala
2013-02-12 12:21:33 +02:00
committed by The Qt Project
parent 7f19343623
commit 3d4980312f

View File

@@ -51,6 +51,7 @@ VideoOutput {
id: mediaPlayer
autoPlay: true
volume: 0.5
loops: Audio.Infinite
}
function play() { mediaPlayer.play() }