From d2c5fc8604e8e37449328c66bf295d8da19a3a8c Mon Sep 17 00:00:00 2001 From: "[CST] Focus" Date: Fri, 21 Feb 2014 12:09:56 +0400 Subject: [PATCH] libcoolstream2/playback_cs.h: update apollo header --- lib/libcoolstream2/playback_cs.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/libcoolstream2/playback_cs.h b/lib/libcoolstream2/playback_cs.h index 04dc7b45a..df92cf58b 100644 --- a/lib/libcoolstream2/playback_cs.h +++ b/lib/libcoolstream2/playback_cs.h @@ -70,6 +70,8 @@ public: bool SelectSubtitles(int pid); void GetChapters(std::vector &positions, std::vector &titles); void RequestAbort(); + void GetTitles(std::vector &playlists, std::vector &titles, int ¤t); + void SetTitle(int title); }; #endif // __PLAYBACK_CS_H_