diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2002-08-15 11:16:34 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2002-08-15 11:16:34 +0200 |
commit | c0ef9a35e2994aad863dfb2195211bb2d9dec766 (patch) | |
tree | dbd5b348d2ff8c0f5c3cef4f0521f090a47fef9b /PLUGINS.html | |
parent | d4ab35d1d92e14e9a4e7490058546642da728e02 (diff) | |
download | vdr-c0ef9a35e2994aad863dfb2195211bb2d9dec766.tar.gz vdr-c0ef9a35e2994aad863dfb2195211bb2d9dec766.tar.bz2 |
Implemented several replay modes to allow players that play only audio
Diffstat (limited to 'PLUGINS.html')
-rw-r--r-- | PLUGINS.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PLUGINS.html b/PLUGINS.html index c0f6d8ab..105865b0 100644 --- a/PLUGINS.html +++ b/PLUGINS.html @@ -1231,7 +1231,7 @@ The functions to implement replaying capabilites are <!--X1.1.7--><table width=100%><tr><td bgcolor=#FF0000> </td><td width=100%> <p><table><tr><td bgcolor=#F0F0F0><pre><br> virtual bool HasDecoder(void) const; -virtual int SetPlayMode(bool On); +virtual bool SetPlayMode(ePlayMode PlayMode); virtual void TrickSpeed(int Speed); virtual void Clear(void); virtual void Play(void); |