dsound: Capture refactoring.
commit5070268711f99d82a591832558129eff82f7f8e8
authorRobert Reif <reif@earthlink.net>
Thu, 5 Jan 2006 12:37:15 +0000 (5 13:37 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 5 Jan 2006 12:37:15 +0000 (5 13:37 +0100)
treed575768093e96de13e400276dad152e6b2fb72d2
parent1e96455094bd381e50840183a03ecf58f50700f5
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
dlls/dsound/dsound_private.h