neutrino.cpp: try to fix timeshift stop/restart,

after quit from playback audioplayer, picture viewer and so on


Origin commit data
------------------
Commit: ecff984432
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2015-01-21 (Wed, 21 Jan 2015)
This commit is contained in:
[CST] Focus
2015-01-21 18:00:25 +03:00
parent e545bee7c5
commit d65606a2b4
4 changed files with 24 additions and 13 deletions

View File

@@ -198,6 +198,7 @@ class CRecordManager : public CMenuTarget /*, public CChangeObserver*/
int exec(CMenuTarget* parent, const std::string & actionKey);
bool StartAutoRecord();
bool StopAutoRecord(bool lock = true);
void StopAutoTimer();
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);