AudioBuffer.initWithData

Dispose the previous content, if any. Allocate a new AudioBuffer with given frames and channels. This step can reuse an existing owned allocation.

struct AudioBuffer(T)
public nothrow @nogc @safe @system
void
initWithData
(,
int frames
,
T** inData
)

Meta