完善seek相关的逻辑

This commit is contained in:
xiongziliang
2018-10-26 15:09:08 +08:00
parent 52f0d89d7a
commit 6870292fd6
10 changed files with 39 additions and 33 deletions

View File

@@ -192,7 +192,7 @@ void PlayerProxy::initMedia() {
// _pChn->initAudio(info);
// }
}
bool PlayerProxy::shutDown() {
bool PlayerProxy::close() {
//通知其停止推流
weak_ptr<PlayerProxy> weakSlef = dynamic_pointer_cast<PlayerProxy>(shared_from_this());
auto executor = getExecutor();