introduce BlinkingPointConditional, which blinks, if a condition-function returns...
[vuplus_dvbapp] / lib / dvb / decoder.h
index 68262fe..dd39696 100644 (file)
@@ -19,6 +19,8 @@ public:
        void stopPid();
 #endif
        void flush();
+       void freeze();
+       void unfreeze();
        virtual ~eDVBAudio();
 };