OpusResampler.Data

Undocumented in source.
struct OpusResampler
nothrow @nogc nothrow @trusted @nogc static
struct Data {}

Members

Variables

dataIn
const(float)[] dataIn;
Undocumented in source.
dataOut
float[] dataOut;
Undocumented in source.
inputSamplesUsed
uint inputSamplesUsed;
Undocumented in source.
outputSamplesUsed
uint outputSamplesUsed;
Undocumented in source.

Meta