Platform_Win32_Sound_Technology Class Reference
Inheritance diagram for Platform_Win32_Sound_Technology:

Public Member Functions | |
| virtual | ~Platform_Win32_Sound_Technology () |
| virtual bool | Setup ()=0 |
| virtual void | Update ()=0 |
| virtual Platform_Sound_SoundStream * | CreateSoundStream (int channels, int frequency, int bitsPerSample, int size)=0 |
Detailed Description
Definition at line 19 of file Platform_Win32_Sound_Technology.h.
Constructor & Destructor Documentation
| virtual Platform_Win32_Sound_Technology::~Platform_Win32_Sound_Technology | ( | ) | [virtual] |
Definition at line 23 of file Platform_Win32_Sound_Technology.h.
Member Function Documentation
| virtual bool Platform_Win32_Sound_Technology::Setup | ( | ) | [pure virtual] |
Implemented in Platform_Win32_Sound_DSound, Platform_Win32_Sound_NoSound, and Platform_Win32_Sound_WMM.
| virtual void Platform_Win32_Sound_Technology::Update | ( | ) | [pure virtual] |
Implemented in Platform_Win32_Sound_DSound, Platform_Win32_Sound_NoSound, and Platform_Win32_Sound_WMM.
| virtual Platform_Sound_SoundStream* Platform_Win32_Sound_Technology::CreateSoundStream | ( | int | channels, | |
| int | frequency, | |||
| int | bitsPerSample, | |||
| int | size | |||
| ) | [pure virtual] |
Implemented in Platform_Win32_Sound_DSound, Platform_Win32_Sound_NoSound, and Platform_Win32_Sound_WMM.
Reproduction/republishing of any material on this site without permission is strictly prohibited.
