From 31f6c79edf08a9f18c637d96826383e7ab128651 Mon Sep 17 00:00:00 2001 From: "[CST] Focus" Date: Fri, 21 Feb 2014 16:57:25 +0400 Subject: [PATCH] lib/libcoolstream/playback_cs.h: update nevis header --- lib/libcoolstream/playback_cs.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/libcoolstream/playback_cs.h b/lib/libcoolstream/playback_cs.h index 0a8359389..21f440efd 100644 --- a/lib/libcoolstream/playback_cs.h +++ b/lib/libcoolstream/playback_cs.h @@ -69,6 +69,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_