-
Notifications
You must be signed in to change notification settings - Fork 6k
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
Event at playback time? #1472
Comments
No, there's no built in support for that. Although you could easily implement your own |
Thanks for the tip. |
is there an equivalent in exoplayer2? |
The equivalent would be implementing your own Renderer (subclassing BaseRenderer) and using |
Providing a more convenient API for this is also tracked by #2189. |
We're currently working on this feature to let the player run a callback when it reaches a certain playback position. We would like to have your opinion on some edge cases in #2189 - please let us know what would fit your requirements best. |
Hi,
I would like to dispatch event's at defined times during playback. Does exoplayer have a time observer object suitable for this use? ...I would like to avoid polling the currentPosition value if possible.
Thanks!
The text was updated successfully, but these errors were encountered: