Hi all ! When an ofVideoPlayer is playing in loop mode, is there an easy way to know if the media has already reached the end and looped once ?
I mean, without disabling loop mode and looping media myself using getIsMovieDone(). I dunno if looping manually would produce a smooth looping of not…
depending on the framerate of the video/application you might not always get the very last frame although is highly unlikely since the app is usually going to run faster than the video, in any case you can use getIsMovieDone() which should always return true if the player arrived at the end for the next update/draw