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);
|
static int GetSource(int unit);
|
||||||
cDemux(int num = 0);
|
cDemux(int num = 0);
|
||||||
~cDemux();
|
~cDemux();
|
||||||
|
int getFD(void) { return fd; }; /* needed by cPlayback class */
|
||||||
private:
|
private:
|
||||||
void removePid(unsigned short Pid); /* needed by cRecord class */
|
void removePid(unsigned short Pid); /* needed by cRecord class */
|
||||||
int num;
|
int num;
|
||||||
|
Reference in New Issue
Block a user