Platform_Win32_Sound_NoSound.cpp
Go to the documentation of this file.00001 //*** Platform_Win32_Sound_NoSound.cpp *** 00002 00003 #include "Platform_Win32_Sound_NoSound.h" 00004 #include "Platform_Win32_Sound_SoundStream_NoSound.h" 00005 00006 //*** Constructor *** 00007 00008 Platform_Win32_Sound_NoSound::Platform_Win32_Sound_NoSound() 00009 { 00010 00011 } 00012 00013 00014 //*** Setup *** 00015 00016 bool Platform_Win32_Sound_NoSound::Setup() 00017 { 00018 return true; 00019 } 00020 00021 00022 //*** Start *** 00023 00024 Platform_Win32_Sound_NoSound::~Platform_Win32_Sound_NoSound() 00025 { 00026 } 00027 00028 00029 //*** Update *** 00030 00031 void Platform_Win32_Sound_NoSound::Update() 00032 { 00033 } 00034 00035 00036 //*** CreateSoundStream *** 00037 00038 Platform_Sound_SoundStream* Platform_Win32_Sound_NoSound::CreateSoundStream(int channels, int frequency, int bitsPerSample, int size) 00039 { 00040 return new Platform_Win32_Sound_SoundStream_NoSound(channels,frequency,bitsPerSample,size); 00041 }
Reproduction/republishing of any material on this site without permission is strictly prohibited.
