-
-
Notifications
You must be signed in to change notification settings - Fork 4.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
在activity 里监听不到gsyMediaPlayerListener #1578
Comments
不是很理解 |
@CarGuo
@OverRide
我想监听这些方法,来实现我想要功能,由于电视频ui不同,摇控器操作 |
getGSYVideoManager().setListener(gsyMediaPlayerListener); 方法不是对外公开使用的, |
@CarGuo 好的,谢谢,我知道该怎么做了 |
电视盒子
在activity 里监听不到gsyMediaPlayerListener
videoView.getGSYVideoManager().setListener(gsyMediaPlayerListener);
private GSYMediaPlayerListener gsyMediaPlayerListener = new GSYMediaPlayerListener(){
@OverRide
public void onPrepared() {
LogDog.i("--------onPrepared----------");
}
The text was updated successfully, but these errors were encountered: