mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-03 19:01:13 +02:00
CRecordManager: add methode to get internal rec map
Useful for access to current record data.
Origin commit data
------------------
Branch: ni/coolstream
Commit: 8ba357fcb2
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-11-23 (Wed, 23 Nov 2016)
------------------
This commit was generated by Migit
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