processing-video-android icon indicating copy to clipboard operation
processing-video-android copied to clipboard

Looping on Movie class is not working

Open shlomihod opened this issue 8 years ago • 0 comments

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.

shlomihod avatar Oct 22 '15 07:10 shlomihod