I don't know what people call the GREEN thing above. Yes, the one that just like progress on ProgressBar
. It usually appear on file transfer dialog and Video Player window. On Video Player window, that 'Progress' represent the video position.
Now, in my application, i want to do 'something' when the user has watched 75% of the duration.
Currently, i can approach this by reading the video duration and use DispathcerTimer
. But, i found this not effective when the user pause the video.
So i came up with this idea, using that GREEN thing would be nice, because when the user pause the video, the 'Progress' also stop.
Is there a way to get the value of that 'Progress' ??