mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 09:21:09 +02:00
Merge branch 'dvbsi++' of coolstreamtech.de:cst-private-neutrino into neutrino-apollo
Origin commit data
------------------
Branch: ni/coolstream
Commit: 688f464bb6
Author: [CST] Bas <bas@coolstreamtech.com>
Date: 2012-09-10 (Mon, 10 Sep 2012)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
/* */
|
||||
/* (C) 2008 CoolStream International */
|
||||
/* */
|
||||
/* $Id:: $ */
|
||||
/*******************************************************************************/
|
||||
#ifndef __RECORD_CS_H_
|
||||
#define __RECORD_CS_H_
|
||||
@@ -17,9 +18,7 @@ class cRecord {
|
||||
private:
|
||||
cRecordData * rd;
|
||||
bool enabled;
|
||||
int num_apids;
|
||||
int unit;
|
||||
int nRecordFD;
|
||||
|
||||
public:
|
||||
cRecord(int num = 0);
|
||||
@@ -27,11 +26,9 @@ public:
|
||||
|
||||
bool Open();
|
||||
void Close(void);
|
||||
bool Start(int fd, unsigned short vpid, unsigned short * apids, int numapids);
|
||||
bool Start(int fd, unsigned short vpid, unsigned short * apids, int numapids, uint64_t chid);
|
||||
bool Stop(void);
|
||||
bool AddPid(unsigned short pid);
|
||||
/* not tested */
|
||||
bool ChangePids(unsigned short vpid, unsigned short * apids, int numapids);
|
||||
};
|
||||
|
||||
#endif // __RECORD_CS_H_
|
||||
|
Reference in New Issue
Block a user