Added an 'Id' parameter to cDevice::PlayAudio() to allow plugins to easier process the audio data

This commit is contained in:
Klaus Schmidinger
2006-02-04 10:24:43 +01:00
parent f0741c95c0
commit 5fdc421a10
6 changed files with 17 additions and 12 deletions

View File

@@ -4271,7 +4271,7 @@ Video Disk Recorder Revision History
- Separated the 'install' target into several individual targets; renamed the
'plugins-install' target to 'install-plugins' (thanks to Helmut Auer).
2006-02-03: Version 1.3.42
2006-02-04: Version 1.3.42
- Removed leftover 'needsBufferReserve' variable from cTransfer (thanks to Marco
Schl<68><6C>ler).
@@ -4281,3 +4281,5 @@ Video Disk Recorder Revision History
- Fixed handling "pending" timers that blocked others that actually could record
(reported by Thomas Koch).
- Speeded up cVideoRepacker (thanks to Reinhard Nissl).
- Added an 'Id' parameter to cDevice::PlayAudio() to allow plugins to easier
process the audio data (thanks to Marco Schl<68><6C>ler).