diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2005-11-11 16:06:12 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2005-11-11 16:06:12 +0000 |
| commit | 4a4c68a81ef807175d3c193eab4743169d3f9627 (patch) | |
| tree | 40c6e585468e27308457f4bc39240e4a0a597035 /lib/dvb/decoder.h | |
| parent | f94f8561a13e8666dd43e803d45325d1a9347cb2 (diff) | |
| download | enigma2-4a4c68a81ef807175d3c193eab4743169d3f9627.tar.gz enigma2-4a4c68a81ef807175d3c193eab4743169d3f9627.zip | |
PAUSE audio, too
Diffstat (limited to 'lib/dvb/decoder.h')
| -rw-r--r-- | lib/dvb/decoder.h | 2 |
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(); }; |
