workaround: on non-scart modes, set aspect/policy
[vuplus_dvbapp] / lib / components / scan.h
index e4bb41e..b5acf91 100644 (file)
@@ -48,6 +48,7 @@ public:
        enum { scanNetworkSearch=1, scanRemoveServices=4, scanDontRemoveFeeds=8, clearToScanOnFirstNIT = 16 };
        int start(int feid, int flags=0 );
        SWIG_VOID(RESULT) getFrontend(ePtr<iDVBFrontend> &SWIG_OUTPUT);
+       SWIG_VOID(RESULT) getCurrentTransponder(ePtr<iDVBFrontendParameters> &SWIG_OUTPUT);
 };
 
 #endif