完善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

@@ -54,7 +54,7 @@ public:
virtual ~PlayerProxy();
void play(const char* strUrl) override;
bool shutDown() override;
bool close() override;
private:
void initMedia();
void rePlay(const string &strUrl,int iFailedCnt);