-
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
No getController() #4385
Comments
We could add a |
Because of this:
Hide the controller when users pressed back button and the controller is visible. There is no way to access this method from the playerView. That's where I needed it, for me, maybe other things for other users. |
That makes sense; thanks! I think we'd prefer to just expose a |
Not for me. When I encountered this problem, I just used ExoPlayer locally, and I changed it as I needed. |
I don't think we want to expose the whole controller through |
Issue: #4385 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=200986828
Issue: #4385 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=200986828
Simply, how to get the controller from the PlayerView, the controller variable is there privately, but no way to access it.
The text was updated successfully, but these errors were encountered: