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

need a seek() function with a float parameter #59

Open
noma15 opened this issue Sep 26, 2019 · 2 comments
Open

need a seek() function with a float parameter #59

noma15 opened this issue Sep 26, 2019 · 2 comments
Labels

Comments

@noma15
Copy link

noma15 commented Sep 26, 2019

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.

@mfruhner
Copy link

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!

@noma15
Copy link
Author

noma15 commented Dec 5, 2019

Hello, Rinov

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

@rinov rinov added the bug label Dec 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants