Implemented cRecording::NumFrames() and cRecording::LengthInSeconds()

This commit is contained in:
Klaus Schmidinger
2011-08-21 13:47:07 +02:00
parent 97ad2fa95d
commit dac837d38d
4 changed files with 35 additions and 5 deletions

View File

@@ -6715,3 +6715,6 @@ Video Disk Recorder Revision History
exposes these members, so that existing plugins will still compile. Comment out
this #define to check whether a particular plugin needs to be modified.
This #define may be removed in a future version.
- The new functions cRecording::NumFrames() and cRecording::LengthInSeconds() return
the number of frames and length (in seconds) of a recording (suggested by Steffen
Barszus).