need a seek() function with a float parameter
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.
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!
Hello, Rinov
Do you have any plan to solve this issue next year? Please let me know your thoughts. Thank you.