mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-22 09:19:18 +02:00
merged upstream changes
This commit is contained in:
4
Sound.h
4
Sound.h
@@ -27,8 +27,8 @@ class TSoundContainer
|
||||
int Oldest;
|
||||
char Name[80];
|
||||
LPDIRECTSOUNDBUFFER DSBuffer;
|
||||
float fSamplingRate; // czêstotliwoœæ odczytana z pliku
|
||||
int iBitsPerSample; // ile bitów na próbkê
|
||||
float fSamplingRate; // częstotliwość odczytana z pliku
|
||||
int iBitsPerSample; // ile bitów na próbkę
|
||||
TSoundContainer *Next;
|
||||
std::stack<LPDIRECTSOUNDBUFFER> DSBuffers;
|
||||
LPDIRECTSOUNDBUFFER GetUnique(LPDIRECTSOUND pDS);
|
||||
|
||||
Reference in New Issue
Block a user