Changed the interface of cStatus::Replaying()

This commit is contained in:
Klaus Schmidinger
2002-07-13 11:16:27 +02:00
parent d5208be84b
commit f2b637ed85
7 changed files with 38 additions and 18 deletions

View File

@@ -1364,3 +1364,7 @@ Video Disk Recorder Revision History
- Added direct access to the index data of cPalette (needed for displaying SPUs,
thanks to Andreas Schultz).
- The status monitor function cStatus::Replaying() now gets a 'cControl *' argument instead
of a 'cDvbPlayerControl *' in order to allow additional players to call this function.
cPlayer and cControl have been given the functions GetIndex() and GetReplayMode() to
allow access to the player's status.