Playback status

In interactive embedding is there a way to know the playback status of the player?
Something like GetVideoStatus() ? which returns playing/paused…

According to

isPaused():Boolean Returns true if the video is paused; otherwise, false. Buffering or seeking is considered playing.

I could see a method IsPaused(), do we have similar predicate for buffering and seeking?

As documented. Buffering is treated as playing and isPaused will return false.

Thanks to clarify

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.