#include <MainObj.h>
The DirectSound main object.
| xl7::directsound::MainObj::MainObj | ( | void | ) |
Default constructor.
| xl7::directsound::MainObj::~MainObj | ( | void | ) |
Destructor.
| buffers::SoundBufferManager& xl7::directsound::MainObj::GetBufferManager | ( | ) | [inline] |
Returns the sound buffer manager.
| const Enumerator::DSDriverInfo& xl7::directsound::MainObj::GetDriverInfo | ( | ) | const [inline] |
Returns the sound device driver information structure.
| IDirectSound8* xl7::directsound::MainObj::GetInterface | ( | ) | [inline] |
Returns the DirectSound main interface.
| const IDirectSound8* xl7::directsound::MainObj::GetInterface | ( | ) | const [inline] |
Returns the DirectSound main interface.
DirectSound already initialized.
DirectSound buffer already initialized.
IDirectSound8::CreateSoundBuffer failed and returned an error.
IDirectSound8::CreateSoundBuffer succeeded.
DirectSoundEnumerate failed and returned an error.
DirectSoundEnumerate succeeded.
DirectSoundCreate8 failed and returned NULL.
DirectSoundCreate8 succeeded.
DirectSound not initialized correctly.
DirectSound successfully initialized.
DirectSound not shut down correctly.
DirectSound successfully shut down.
1.7.1