SDL_AudioSpec

Undocumented in source.

Members

Variables

callback
void function(void* userdata, Uint8* stream, int len) callback;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
channels
Uint8 channels;
Undocumented in source.
format
Uint16 format;
Undocumented in source.
freq
int freq;
Undocumented in source.
padding
Uint16 padding;
Undocumented in source.
samples
Uint16 samples;
Undocumented in source.
silence
Uint8 silence;
Undocumented in source.
size
Uint32 size;
Undocumented in source.
userdata
void* userdata;
Undocumented in source.

Meta