-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Get the time remaining on a video/audio #28
Comments
Hey @Conrad777, there actually isn't a way to get it from the player yet, but this is a good idea. Perhaps it should be part of the Maybe this even warrants a new callback prop, |
I agree with making it a callback... You're only ever going to need it after the clip has loaded anyway. I am basically just agreeing with you, not even sure if its helping. |
Yeah, at first I was reluctant to add yet another
Any feedback is a great help :) |
Fixed in |
Adds a getDuration method to each player, and sends the result of that through onDuration when a player becomes ready Fixes cookpete/react-player#28
Adds a getDuration method to each player, and sends the result of that through onDuration when a player becomes ready Fixes cookpete/react-player#28
Adds a getDuration method to each player, and sends the result of that through onDuration when a player becomes ready Fixes cookpete/react-player#28
Adds a getDuration method to each player, and sends the result of that through onDuration when a player becomes ready Fixes cookpete/react-player#28
Adds a getDuration method to each player, and sends the result of that through onDuration when a player becomes ready Fixes cookpete/react-player#28
Adds a getDuration method to each player, and sends the result of that through onDuration when a player becomes ready Fixes cookpete/react-player#28
Hi @cookpete maybe I'm just missing it, but I can't find a way to check how much time is still left on a song or the total length of the clip? Is that because there is no way to do it yet or did I just over look it?
The text was updated successfully, but these errors were encountered: