关闭MediaPlayer的播放器复用功能

This commit is contained in:
xiongziliang
2018-12-10 15:37:55 +08:00
parent dd7c7375f4
commit 91d8888784
2 changed files with 2 additions and 8 deletions

View File

@@ -47,8 +47,6 @@ public:
void pause(bool bPause) override;
void teardown() override;
TaskExecutor::Ptr getExecutor();
private:
string _strPrefix;
};