mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 17:01:15 +02:00
record: add support to select recording demux; use CFEManager to allocate and lock frontend in use
This commit is contained in:
@@ -35,6 +35,7 @@
|
||||
#include <gui/movieinfo.h>
|
||||
#include <zapit/channel.h>
|
||||
#include <zapit/client/zapittools.h>
|
||||
#include <zapit/femanager.h>
|
||||
|
||||
#if HAVE_COOL_HARDWARE
|
||||
#include <record_cs.h>
|
||||
@@ -123,6 +124,8 @@ class CRecordInstance
|
||||
bool Timeshift() { return autoshift; };
|
||||
int tshift_mode;
|
||||
void SetStopMessage(const char* text) {rec_stop_msg = text;} ;
|
||||
|
||||
CFrontend * frontend;
|
||||
};
|
||||
|
||||
typedef std::map<t_channel_id, CRecordInstance*> recmap_t;
|
||||
|
Reference in New Issue
Block a user