From 2e8aa93895667e02b850178ac953f4b37ed63e37 Mon Sep 17 00:00:00 2001 From: Jacek Jendrzej Date: Sat, 17 Feb 2018 13:28:03 +0100 Subject: [PATCH] add getFD --- include/dmx_hal.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/dmx_hal.h b/include/dmx_hal.h index 9d021fe..6a88b7c 100644 --- a/include/dmx_hal.h +++ b/include/dmx_hal.h @@ -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;