I want to know about the state of the video and audio playing.
1) detect video/sound is buffering or actually playing
2) detect end of video/sound when loop == false (state of playing change to false? but how do i know its not just paused)
3) how do I know video/sound length? seek is great but how do I know where I can seek to without length
5) Can I get the time position where in the video/source it is currently at? second 1, 10,20?
I want to know about the state of the video and audio playing.
1) detect video/sound is buffering or actually playing 2) detect end of video/sound when loop == false (state of playing change to false? but how do i know its not just paused) 3) how do I know video/sound length? seek is great but how do I know where I can seek to without length 5) Can I get the time position where in the video/source it is currently at? second 1, 10,20?