SoundIoChannelArea

The size of this struct is OK to use.

extern (C) @nogc nothrow
struct SoundIoChannelArea {}

Members

Variables

ptr
char* ptr;

Base address of buffer.

step
int step;

How many bytes it takes to get from the beginning of one sample to the beginning of the next sample.

Meta