You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the looping method of Movie class before calling to play method, it's not working, i.e. the video is played just once.
I guess it's because already in the Movie class constructor, the looping of the Android's MediaPlayer is set (through initPlayer). However, it's possible to use the loop method only after the constructor.
The text was updated successfully, but these errors were encountered:
shlomihod
changed the title
Looping on video is not working
Looping on Movie class is not working
Oct 22, 2015
When using the looping method of Movie class before calling to play method, it's not working, i.e. the video is played just once.
I guess it's because already in the Movie class constructor, the looping of the Android's MediaPlayer is set (through initPlayer). However, it's possible to use the loop method only after the constructor.
The text was updated successfully, but these errors were encountered: