mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
New library headers, change library name
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1573 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
@@ -11,13 +11,11 @@
|
||||
|
||||
#include <string>
|
||||
|
||||
#ifndef CS_RECORD_PDATA
|
||||
#define CS_RECORD_PDATA void
|
||||
#endif
|
||||
class cRecordData;
|
||||
|
||||
class cRecord {
|
||||
private:
|
||||
CS_RECORD_PDATA * privateData;
|
||||
cRecordData * rd;
|
||||
bool enabled;
|
||||
int num_apids;
|
||||
int unit;
|
||||
@@ -27,11 +25,11 @@ public:
|
||||
cRecord(int num = 0);
|
||||
~cRecord();
|
||||
|
||||
bool Open(int numpids);
|
||||
bool Open();
|
||||
void Close(void);
|
||||
bool Start(int fd, unsigned short vpid, unsigned short * apids, int numapids);
|
||||
bool Stop(void);
|
||||
void RecordNotify(int Event, void *pData);
|
||||
bool AddPid(unsigned short pid);
|
||||
/* not tested */
|
||||
bool ChangePids(unsigned short vpid, unsigned short * apids, int numapids);
|
||||
};
|
||||
|
Reference in New Issue
Block a user