aboutsummaryrefslogtreecommitdiff
path: root/lib/dvb/decoder.h
diff options
context:
space:
mode:
authorghost <andreas.monzner@multimedia-labs.de>2009-11-04 13:09:50 +0100
committerghost <andreas.monzner@multimedia-labs.de>2009-11-04 13:09:50 +0100
commit68c9ea1ffaba4d6a45833744e0270db4c7eb0486 (patch)
tree849d934dbb66190bc35a4ce208eec8d9bf8869f6 /lib/dvb/decoder.h
parentf3a30a79a5dda5f33a9241de575bbf9fa66b4170 (diff)
downloadenigma2-68c9ea1ffaba4d6a45833744e0270db4c7eb0486.tar.gz
enigma2-68c9ea1ffaba4d6a45833744e0270db4c7eb0486.zip
implement iAudioDelay interface also for servicemp3.cpp (media files)
no possibility to store this delays persistent.. they are valid until the next reboot or delay change
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 b53638b5..3a0fbac1 100644
--- a/lib/dvb/decoder.h
+++ b/lib/dvb/decoder.h
@@ -193,6 +193,8 @@ public:
int getVideoProgressive();
int getVideoFrameRate();
int getVideoAspect();
+ static RESULT setHwPCMDelay(int delay);
+ static RESULT setHwAC3Delay(int delay);
};
#endif