From f9c1974f2de4b749ffc698f72331530c3adc65ea Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sun, 25 Jan 2009 11:39:43 +0100 Subject: Improved fast-forward/-rewind for audio recordings --- PLUGINS.html | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) (limited to 'PLUGINS.html') diff --git a/PLUGINS.html b/PLUGINS.html index 9dc48e7f..dfee7395 100644 --- a/PLUGINS.html +++ b/PLUGINS.html @@ -16,7 +16,10 @@ html, body { text-align: center; } .code { - background-color: #f0f0f0; + background-color: #F0F0F0; +} +.modified { + background-color: #FFDDDD; } @@ -25,12 +28,15 @@ html, body {

The VDR Plugin System

-Version 1.6 +Version 1.7

-Copyright © 2008 Klaus Schmidinger
+Copyright © 2009 Klaus Schmidinger
kls@cadsoft.de
www.cadsoft.de/vdr

+
+Important modifications introduced since version 1.6 are marked like this. +

VDR provides an easy to use plugin interface that allows additional functionality to be added to the program by implementing a dynamically loadable library file. @@ -1844,6 +1850,9 @@ virtual bool HasDecoder(void) const; virtual bool CanReplay(void) const; virtual bool SetPlayMode(ePlayMode PlayMode); virtual int64_t GetSTC(void); +

+virtual bool IsPlayingVideo(void) const; +
virtual bool HasIBPTrickSpeed(void); virtual void TrickSpeed(int Speed); virtual void Clear(void); -- cgit v1.2.3