Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SRGTimeSliderDelegate should tell if isMovingToPlaybackTime is passive or not #16

Open
2 of 7 tasks
pyby opened this issue Mar 9, 2017 · 0 comments
Open
2 of 7 tasks

Comments

@pyby
Copy link
Member

pyby commented Mar 9, 2017

Issue overview

  • Incorrect behavior
  • Feature request
  • Crash
  • Help / documentation
  • Other: classification

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants