I use VideoView to display video. I use setOnPreparedListener and setOnCompletionListener to do things before and after the start and end of the video.
I was wondering how I can find some time in the video. For example, for example, I want to write a log to a file when a video has been playing for 10 seconds. How can I detect the 10s mark?
Thank you, Chris
source
share