libtriple: add cRecord::AddPid

Origin commit data
------------------
Commit: 5db0f0aee0
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2011-10-01 (Sat, 01 Oct 2011)
This commit is contained in:
Stefan Seyfried
2011-10-01 20:30:14 +02:00
parent 5d0c2981b4
commit 5f4a25c588
2 changed files with 17 additions and 0 deletions

View File

@@ -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();