add getFD

This commit is contained in:
Jacek Jendrzej
2018-02-17 13:28:03 +01:00
parent 8d6b3f71c0
commit 2e8aa93895

View File

@@ -81,6 +81,7 @@ public:
static int GetSource(int unit);
cDemux(int num = 0);
~cDemux();
int getFD(void) { return fd; }; /* needed by cPlayback class */
private:
void removePid(unsigned short Pid); /* needed by cRecord class */
int num;