bbc / VideoContext

An experimental HTML5 & WebGL video composition and rendering API.
http://bbc.github.io/VideoContext/
Apache License 2.0
1.33k stars 157 forks source link

playbackStateChangedListener/more event emission #85

Open gossi opened 6 years ago

gossi commented 6 years ago

At the moment it is not very easily possible to get notified when playback has been started or paused. There is the chance to registerCallback but that would notify on each update. Would be nice to have more event emitted, to properly build stuff around, .e.g. to register a callback whenever state changes.

PTaylour commented 6 years ago

Sounds good.

We're about to merge some better regression testing. Adding more events could be a good change to get in after that