|
OpenGothic
Open source reimplementation of Gothic I and II
|
Public Member Functions | |
| Sound (SoundContext &c, uint16_t sampleRate, bool isMono) | |
| void | renderSound (int16_t *out, size_t n) override |
Public Attributes | |
| SoundContext & | ctx |
| size_t | channels = 2 |
Definition at line 40 of file videowidget.cpp.
|
inline |
Definition at line 41 of file videowidget.cpp.
|
override |
Definition at line 86 of file videowidget.cpp.
| size_t VideoWidget::Sound::channels = 2 |
Definition at line 47 of file videowidget.cpp.
| SoundContext& VideoWidget::Sound::ctx |
Definition at line 46 of file videowidget.cpp.