mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-12 07:53:43 +02:00
CRecordManager: add methode to get internal rec map
Useful for access to current record data.
This commit is contained in:
@@ -203,6 +203,7 @@ class CRecordManager : public CMenuTarget /*, public CChangeObserver*/
|
|||||||
bool StopAutoRecord(bool lock = true);
|
bool StopAutoRecord(bool lock = true);
|
||||||
void StopAutoTimer();
|
void StopAutoTimer();
|
||||||
bool CheckRecordingId_if_Timeshift(int recid);
|
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);
|
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);
|
const std::string GetFileName(const t_channel_id channel_id, bool timeshift = true);
|
||||||
|
Reference in New Issue
Block a user