Share via


IDirectSoundCapture

The methods of the IDirectSoundCapture interface are used to create sound capture buffers.

The interface is obtained by using the DirectSoundCaptureCreate function.

This reference section gives information on the following methods of the IDirectSoundCapture interface:

Creation CreateCaptureBuffer
  Initialize
Capabilities GetCaps

Like all COM interfaces, the IDirectSoundCapture interface also inherits the IUnknown interface methods. The IUnknown interface supports the following three methods:

IUnknown AddRef
  QueryInterface
  Release

The LPDIRECTSOUNDCAPTURE type is defined as a pointer to the IDirectSoundCapture interface.

typedef struct IDirectSoundCapture    *LPDIRECTSOUNDCAPTURE;

Requirements

OS Versions: Windows CE 2.12 and later. Version 2.12 requires DXPAK 1.0 or later.
Header: Dsound.h.
Link Library: Dsound.lib.

See Also

DirectSoundCaptureCreate

 Last updated on Thursday, April 08, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.