提交 e0691334 编写于 作者: X Xinzheng Zhang

AudioController: sync audio clock when play command received

上级 eb265a56
......@@ -131,6 +131,8 @@
if (!_audioQueueRef)
return;
self.spec.callback(self.spec.userdata, NULL, 0);
@synchronized(_lock) {
_isPaused = NO;
NSError *error = nil;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册