ddb_audio_data_s

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (C) @trusted @nogc nothrow
static if(DDB_API_LEVEL >= 5)
struct ddb_audio_data_s {}

Members

Variables

data
float* data;
Undocumented in source.
fmt
ddb_waveformat_t* fmt;
Undocumented in source.
nframes
int nframes;
Undocumented in source.

Meta