Dreambox C/C++ SDK v1.0.0
C/C++ SDK for creating Dreambox games
|
Represents a loaded sound sample. More...
#include <db_sounddriver.h>
Data Fields | |
int32_t | handle |
uint32_t | samplerate |
Represents a loaded sound sample.
Definition at line 19 of file db_sounddriver.h.
int32_t handle |
Definition at line 21 of file db_sounddriver.h.
uint32_t samplerate |
Definition at line 22 of file db_sounddriver.h.