mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 00:41:17 +02:00
zapit/include/zapit/capmt.h: add PiP mode
This commit is contained in:
@@ -41,6 +41,7 @@
|
||||
#define LIVE_DEMUX 0
|
||||
#define STREAM_DEMUX 1
|
||||
#define RECORD_DEMUX 2
|
||||
#define PIP_DEMUX 3
|
||||
|
||||
|
||||
class CCam : public CBasicClient
|
||||
@@ -85,7 +86,8 @@ class CCamManager
|
||||
enum runmode {
|
||||
PLAY,
|
||||
RECORD,
|
||||
STREAM
|
||||
STREAM,
|
||||
PIP
|
||||
};
|
||||
private:
|
||||
cammap_t channel_map;
|
||||
|
Reference in New Issue
Block a user