Implemented several replay modes to allow players that play only audio

This commit is contained in:
Klaus Schmidinger
2002-08-15 11:16:34 +02:00
parent d4ab35d1d9
commit c0ef9a35e2
9 changed files with 107 additions and 51 deletions

View File

@@ -1231,7 +1231,7 @@ The functions to implement replaying capabilites are
<!--X1.1.7--><table width=100%><tr><td bgcolor=#FF0000>&nbsp;</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);