IDirectSound Interface Method Groups

Applications use the methods of the IDirectSound interface to create DirectSound objects and set up the environment. The methods can be organized into the following groups:

Allocating memory Compact

Initialize

Creating buffers CreateSoundBuffer

DuplicateSoundBuffer

SetCooperativeLevel

Device capabilities GetCaps

IUnknown AddRef

QueryInterface

Release

Speaker configuration GetSpeakerConfig

SetSpeakerConfig

All COM interfaces inherit the IUnknown interface methods, which are listed in the "IUnknown" group above. These three methods allow additional interfaces to be added to the DirectSound object without affecting the functionality of the original interface.