libtriple: add ChangePids() to cRecord

This is pretty much untested for now, handle with care!


Origin commit data
------------------
Commit: d812673a4e
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2011-02-05 (Sat, 05 Feb 2011)
This commit is contained in:
Stefan Seyfried
2011-02-05 11:55:51 +01:00
parent ba0c080ab1
commit 5250f53949
2 changed files with 40 additions and 0 deletions

View File

@@ -28,6 +28,7 @@ class cRecord
bool Open(int numpids);
bool Start(int fd, unsigned short vpid, unsigned short *apids, int numpids);
bool Stop(void);
bool ChangePids(unsigned short vpid, unsigned short *apids, int numapids);
void RecordThread();
#if 0