lib/libcoolstream/record_cs.h: update header

Origin commit data
------------------
Commit: 70836baa48
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-09-25 (Tue, 25 Sep 2012)
This commit is contained in:
[CST] Focus
2012-09-25 17:13:43 +04:00
parent 00ce5f0271
commit 68c88f51fd

View File

@@ -14,6 +14,10 @@
class cRecordData;
#define REC_STATUS_OK 0
#define REC_STATUS_SLOW 1
#define REC_STATUS_OVERFLOW 2
class cRecord {
private:
cRecordData * rd;
@@ -29,6 +33,8 @@ public:
bool Start(int fd, unsigned short vpid, unsigned short * apids, int numapids, uint64_t chid);
bool Stop(void);
bool AddPid(unsigned short pid);
int GetStatus();
void ResetStatus();
};
#endif // __RECORD_CS_H_