aboutsummaryrefslogtreecommitdiff
path: root/lib/dvb/decoder.h
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.net>2005-11-11 16:06:12 +0000
committerFelix Domke <tmbinc@elitedvb.net>2005-11-11 16:06:12 +0000
commit4a4c68a81ef807175d3c193eab4743169d3f9627 (patch)
tree40c6e585468e27308457f4bc39240e4a0a597035 /lib/dvb/decoder.h
parentf94f8561a13e8666dd43e803d45325d1a9347cb2 (diff)
downloadenigma2-4a4c68a81ef807175d3c193eab4743169d3f9627.tar.gz
enigma2-4a4c68a81ef807175d3c193eab4743169d3f9627.zip
PAUSE audio, too
Diffstat (limited to 'lib/dvb/decoder.h')
-rw-r--r--lib/dvb/decoder.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/dvb/decoder.h b/lib/dvb/decoder.h
index 68262fe0..dd396967 100644
--- a/lib/dvb/decoder.h
+++ b/lib/dvb/decoder.h
@@ -19,6 +19,8 @@ public:
void stopPid();
#endif
void flush();
+ void freeze();
+ void unfreeze();
virtual ~eDVBAudio();
};