ddb_waveformat_t

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
struct ddb_waveformat_t {}

Members

Variables

bps
int bps;
Undocumented in source.
channelmask
uint channelmask;
Undocumented in source.
channels
int channels;
Undocumented in source.
is_bigendian
int is_bigendian;
Undocumented in source.
is_float
int is_float;
Undocumented in source.
samplerate
int samplerate;
Undocumented in source.

Meta