mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 23:42:58 +02:00
libtriple: add cRecord::AddPid
This commit is contained in:
@@ -28,6 +28,7 @@ class cRecord
|
||||
bool Open();
|
||||
bool Start(int fd, unsigned short vpid, unsigned short *apids, int numapids);
|
||||
bool Stop(void);
|
||||
bool AddPid(unsigned short pid);
|
||||
bool ChangePids(unsigned short vpid, unsigned short *apids, int numapids);
|
||||
|
||||
void RecordThread();
|
||||
|
Reference in New Issue
Block a user