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

Want to show video time reverse counter on exoplayer in android #5834

Closed
ganeshgarad opened this issue May 5, 2019 · 1 comment
Closed
Assignees
Labels

Comments

@ganeshgarad
Copy link

I'm creating social media application using exoplayer in android, and I want to play the video by showing a reverse counter of remaining time on play.

@ojw28
Copy link
Contributor

ojw28 commented May 14, 2019

You can query the player for its duration and current playback position, and you can build your own UI to display one minus the other. So there's nothing stopping you from implementing this yourself. Doing so falls outside the scope of this issue tracker, however.

@ojw28 ojw28 closed this as completed May 14, 2019
@ojw28 ojw28 self-assigned this May 14, 2019
tonihei pushed a commit that referenced this issue May 21, 2019
Issue: #5834
PiperOrigin-RevId: 249067445
ojw28 pushed a commit that referenced this issue Jun 3, 2019
Issue: #5834
PiperOrigin-RevId: 249067445
@google google locked and limited conversation to collaborators Sep 27, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants