PlayerView
PlayerView copied to clipboard
Need for isPlaying property to check is video is playing or not.
Hello, I think the PlayerView control should include a property like isPlaying using which one can check if the video is being played and it is not explicitly paused or stopped. Using rate property works with small remote videos (and local videos). But rate changes to 0 during buffering which is problematic to use because I am using rate 1 as playing and rate 0 as paused/stopped.
I like that parameter. Would you say that if it is buffering then is not playing? (isPlaying on false)