Module: wine Branch: refs/heads/master Commit: 5070268711f99d82a591832558129eff82f7f8e8 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=5070268711f99d82a5918325...
Author: Robert Reif reif@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(-)