This is the online documentation for Colossus Entertainments
Pixie Game Engine
Platform_Win32_Sound Class Reference
List of all members.
Detailed Description
- Author:
- Mattias Gustavsson
Definition at line 20 of file Platform_Win32_Sound.h.
Member Function Documentation
| void Platform_Win32_Sound::Initialize |
( |
|
) |
[virtual] |
| void Platform_Win32_Sound::Start |
( |
|
) |
[virtual] |
| void Platform_Win32_Sound::Stop |
( |
|
) |
[virtual] |
| void Platform_Win32_Sound::Terminate |
( |
|
) |
[virtual] |
| Platform_Sound_SoundStream * Platform_Win32_Sound::CreateSoundStream |
( |
int |
channels, |
|
|
int |
frequency, |
|
|
int |
bitsPerSample, |
|
|
int |
size | |
|
) |
| | [virtual] |
| IDirectSound * Platform_Win32_Sound::GetDirectSound |
( |
|
) |
|
|