Video has ended UI say tap to stop.
Loop video infinetely so tap to stop & start state is correct. Change-Id: I56af6eb00fcc7811cc25099df3c7fa47f429a3e6 Reviewed-by: Andy Nichols <andy.nichols@digia.com>
This commit is contained in:
@@ -62,6 +62,7 @@ VideoOutput {
|
|||||||
MediaPlayer {
|
MediaPlayer {
|
||||||
id: mediaPlayer
|
id: mediaPlayer
|
||||||
autoLoad: false
|
autoLoad: false
|
||||||
|
loops: Audio.Infinite
|
||||||
|
|
||||||
onError: {
|
onError: {
|
||||||
if (MediaPlayer.NoError != error) {
|
if (MediaPlayer.NoError != error) {
|
||||||
|
|||||||
Reference in New Issue
Block a user