You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When seeking with -seekToTime:withToleranceBefore:toleranceAfter:completionHandler: several times, the SRGTimeSliderDelegate called each time on -timeSlider:isMovingToPlaybackTime:withValue:interactive:, but we don't know if this call is from a normal playback, or with a coded seek.
It could be great to have this informations. -timeSlider:isMovingToPlaybackTime:withValue:interactive:forced: ?
Library version: current develop branch 2.0
Always reproducible
Difficult to reproduce
Code sample
On our private project SRGLetterbox
The text was updated successfully, but these errors were encountered:
Issue overview
Description of the request
When seeking with
-seekToTime:withToleranceBefore:toleranceAfter:completionHandler:
several times, the SRGTimeSliderDelegate called each time on-timeSlider:isMovingToPlaybackTime:withValue:interactive:
, but we don't know if this call is from a normal playback, or with a coded seek.It could be great to have this informations.
-timeSlider:isMovingToPlaybackTime:withValue:interactive:forced:
?Library version: current develop branch 2.0
Always reproducible
Difficult to reproduce
Code sample
On our private project SRGLetterbox
The text was updated successfully, but these errors were encountered: