播放少一秒
hzx157 opened this issue · 3 comments
hzx157 commented
播放少一秒
leasontou commented
我这儿也是进度条最后一秒不播放,不知道是少播放了一秒还是进度条显示的有问题
hzx157 commented
修改两个地方
- self.durationTimer = [NSTimer scheduledTimerWithTimeInterval:0.2 target:self selector:@selector(monitorVideoPlayback) userInfo:nil repeats:YES];
self.videoControl.progressSlider.maximumValue =floorf(duration);
aidenluo177 commented
欢迎PR