CRecordManager: add methode to get internal rec map

Useful for access to current record data.
This commit is contained in:
2016-11-23 09:06:11 +01:00
parent ab11919298
commit 8ba357fcb2

View File

@@ -203,6 +203,7 @@ class CRecordManager : public CMenuTarget /*, public CChangeObserver*/
bool StopAutoRecord(bool lock = true);
void StopAutoTimer();
bool CheckRecordingId_if_Timeshift(int recid);
recmap_t GetRecordMap()const{return recmap;}
MI_MOVIE_INFO * GetMovieInfo(const t_channel_id channel_id, bool timeshift = true);
const std::string GetFileName(const t_channel_id channel_id, bool timeshift = true);