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

播放关不掉,检测进度的代理不执行 #35

Open
LoveCorner opened this issue Aug 12, 2020 · 0 comments
Open

播放关不掉,检测进度的代理不执行 #35

LoveCorner opened this issue Aug 12, 2020 · 0 comments

Comments

@LoveCorner
Copy link

1.写了暂停,再播放列表其他经常会无法暂停掉上一个播放的音频 ,同时播放好几个
2.想要显示当前正在播放的时间,这个代理方法有时候执行有时候不执行- (void)df_player:(DFPlayer *)player progress:(CGFloat)progress currentTime:(CGFloat)currentTime{
3.返回上个界面有时候还会播放,-(void)viewWillDisappear:(BOOL)animated{
[super viewWillDisappear:animated];
[self.player df_pause];
[self.player df_deallocPlayer];
}
这样写也不管用

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

No branches or pull requests

1 participant