mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-28 16:01:10 +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
Origin commit data
------------------
Branch: ni/coolstream
Commit: 4a3af851ef
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2011-07-21 (Thu, 21 Jul 2011)
------------------
This commit was generated by Migit
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