add possibliity to filter recorded data
[enigma2.git] / lib / base / filepush.h
index f47d8e9913a30c108086c5bc3b5c4444e665a5a3..e471b296bf6b13a1534845fba83e4421a74f73d8 100644 (file)
@@ -33,9 +33,11 @@ public:
        
        enum { evtEOF, evtReadError, evtWriteError, evtUser };
        Signal1<void,int> m_event;
-
+       
                /* you can send private events if you want */
        void sendEvent(int evt);
+protected:
+       virtual void filterRecordData(const char *data, int len);
 private:
        iFilePushScatterGather *m_sg;
        int m_stop;