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

could you please add a setCaptionListener in ExoVideoView.java #297

Closed
1 task
zengxin opened this issue Aug 18, 2016 · 1 comment
Closed
1 task

could you please add a setCaptionListener in ExoVideoView.java #297

zengxin opened this issue Aug 18, 2016 · 1 comment

Comments

@zengxin
Copy link

zengxin commented Aug 18, 2016

  • I have verified there are no duplicate active or recent bugs, questions, or requests
Include the following:
  • ExoMedia version: 3.0.0
  • Device OS version: 6.0
  • Devide Manufacturer: Huawei
  • Device Name: Nexus 6P
Reproduction Steps
Expected Result

Could you please add the following function in ExoVideoView.java?
So that I can use it to support Closed Caption
Thanks

public void setCaptionListener(CaptionListener captionListener) {
    this.captionListener = captionListener;
    emExoPlayer.setCaptionListener(captionListener);
}
Actual Result
@brianwernick
Copy link
Owner

Duplicate of #115

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants