mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 23:13:16 +02:00
add getFD
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user