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_