SRGSSR / srgmediaplayer-apple

An advanced media player library, simple and reliable
MIT License
158 stars 33 forks source link

Add boundary time observer API #76

Closed defagos closed 1 year ago

defagos commented 4 years ago

As for periodic time observers, we should add a boundary time observer API to let users conveniently register them with the controller after creation.

Unlike periodic time observers which are grouped depending on the time interval chosen (so that events occur at the same time), such a mechanism is not needed for boundary time observers. I would also check whether this grouping for periodic time observers is really a good idea and remove it if the answer is netagive.

defagos commented 1 year ago

This API is available in SRG Media Player successor found in the Player package of our Pillarbox library. Won't be implemented in SRG Media player. Closed.