AudioStream
extern (C) @nogc nothrow
struct AudioStream {
}
- audioBuffer
void* audioBuffer;
Undocumented in source.
- buffers
uint[2] buffers;
Undocumented in source.
- channels
uint channels;
Undocumented in source.
- format
int format;
Undocumented in source.
- sampleRate
uint sampleRate;
Undocumented in source.
- sampleSize
uint sampleSize;
Undocumented in source.
- source
uint source;
Undocumented in source.
raylib
aliasesenumsfunctionsmanifest constantsstructsvariables