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

@@ -1408,3 +1408,5 @@ Video Disk Recorder Revision History
can now call DeviceNeedsData() to see whether the replay device is ready for
further data. A derived cDevice class must implement NeedsData() and shall
check if any of its file handles is ready for data.
- Implemented several replay modes to allow players that play only audio (thanks
to Stefan Huelswitt).