Robert Reif : dsound: Capture refactoring.

Alexandre Julliard julliard at wine.codeweavers.com
Thu Jan 5 10:53:54 CST 2006


Module: wine
Branch: refs/heads/master
Commit: 5070268711f99d82a591832558129eff82f7f8e8
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=5070268711f99d82a591832558129eff82f7f8e8

Author: Robert Reif <reif at earthlink.net>
Date:   Thu Jan  5 13:37:15 2006 +0100

dsound: Capture refactoring.
Move initialization code from DirectSoundCapture to
DirectSoundCaptureDevice.
Make DirectSoundCaptureBuffer directly reference
DirectSoundCaptureDevice rather than DirectSoundCapture to eliminate
one level of indirection.
Rename DSOUND_CreateDirectSoundCaptureBuffer to
IDirectSoundCaptureBufferImpl_Create to be consistent.

---

 dlls/dsound/capture.c        |  642 +++++++++++++++++++++---------------------
 dlls/dsound/dsound_private.h |   14 +
 2 files changed, 331 insertions(+), 325 deletions(-)




More information about the wine-cvs mailing list