Forums
This is the online documentation for Colossus Entertainments Pixie Game Engine

Platform_Sound Class Reference
[Platform]

Inheritance diagram for Platform_Sound:

System Platform_Win32_Sound

List of all members.


Detailed Description

Author:
Mattias Gustavsson

Definition at line 21 of file Platform_Sound.h.


Public Member Functions

virtual
Platform_Sound_SoundStream
CreateSoundStream (int channels, int frequency, int bitsPerSample, int size)=0

Member Function Documentation

virtual Platform_Sound_SoundStream* Platform_Sound::CreateSoundStream ( int  channels,
int  frequency,
int  bitsPerSample,
int  size 
) [pure virtual]

Implemented in Platform_Win32_Sound.