libcoolstream2/playback_cs.h: update apollo header

Origin commit data
------------------
Branch: ni/coolstream
Commit: d2c5fc8604
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-02-21 (Fri, 21 Feb 2014)


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

------------------
This commit was generated by Migit
This commit is contained in:
[CST] Focus
2014-02-21 12:09:56 +04:00
parent 74471cb481
commit 9797b54b8a

View File

@@ -70,6 +70,8 @@ public:
bool SelectSubtitles(int pid);
void GetChapters(std::vector<int> &positions, std::vector<std::string> &titles);
void RequestAbort();
void GetTitles(std::vector<int> &playlists, std::vector<std::string> &titles, int &current);
void SetTitle(int title);
};
#endif // __PLAYBACK_CS_H_