lib/libcoolstream/playback_cs.h, lib/libcoolstream2/playback_cs.h: update

Origin commit data
------------------
Branch: ni/coolstream
Commit: 294ed15de6
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2015-10-29 (Thu, 29 Oct 2015)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
[CST] Focus
2015-10-29 17:36:59 +03:00
parent da026d98a9
commit 9c37915784
2 changed files with 2 additions and 0 deletions

View File

@@ -72,6 +72,7 @@ public:
void RequestAbort();
void GetTitles(std::vector<int> &playlists, std::vector<std::string> &titles, int &current);
void SetTitle(int title);
uint64_t GetReadCount(void);
};
#endif // __PLAYBACK_CS_H_