AudioStream

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (C) @nogc nothrow
struct AudioStream {}

Members

Variables

buffer
rAudioBuffer* buffer;
Undocumented in source.
channels
uint channels;
Undocumented in source.
sampleRate
uint sampleRate;
Undocumented in source.
sampleSize
uint sampleSize;
Undocumented in source.

Meta