Skip to content

Drive time change updates with a time interval based timer

A scheduled timer on main run loop is used to regularly update the last watch time point interpolation while media player is playing. The timer is scheduled each time play is called. The timer is invalidated each time play/pause/stop is called or when the media player ref count reach 0. .

Merge request reports