YoutubeKit icon indicating copy to clipboard operation
YoutubeKit copied to clipboard

need a seek() function with a float parameter

Open noma15 opened this issue 6 years ago • 2 comments

Hi, I am making an app with this awesome library.

The current seek() function takes an integer parameter. So if I want to move to 30.5 seconds, it actually moves to 30 seconds. I think that 0.5 seconds is a little big difference in some cases.

If there is a seek() function with a float parameter, it's possible to move to the exact position of the video. I want you to consider this issue. Thank you.

noma15 avatar Sep 26 '19 13:09 noma15

Hey, I am also looking into this. The YouTube API supports this, so I thought simply changing the parameter type to Double would do the trick, but it doesn't seem to do.

Any ideas here?

Thanks!

mfruhner avatar Oct 22 '19 09:10 mfruhner

Hello, Rinov

Do you have any plan to solve this issue next year? Please let me know your thoughts. Thank you.

noma15 avatar Dec 05 '19 10:12 noma15