From 85767a54058ac2de21a51fe58c33fbd1c5bb4628 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Fri, 7 Nov 2003 14:16:25 +0100 Subject: Added cDevice::GetSTC() --- PLUGINS.html | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'PLUGINS.html') diff --git a/PLUGINS.html b/PLUGINS.html index 913a9914..95ba5d79 100644 --- a/PLUGINS.html +++ b/PLUGINS.html @@ -6,7 +6,7 @@

The VDR Plugin System

-
Version 1.2
+
Version 1.2.6

Copyright © 2003 Klaus Schmidinger
@@ -14,6 +14,10 @@ Copyright © 2003 Klaus Schmidinger
www.cadsoft.de/vdr

+
  +Important modifications introduced in version 1.2.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. This interface allows programmers to develop additional functionality for VDR completely @@ -1318,6 +1322,9 @@ The functions to implement replaying capabilites are virtual bool HasDecoder(void) const; virtual bool CanReplay(void) const; virtual bool SetPlayMode(ePlayMode PlayMode); +
  +virtual int64_t GetSTC(void); +
virtual void TrickSpeed(int Speed); virtual void Clear(void); virtual void Play(void); -- cgit v1.2.3