AudioBuffer.recomputeZeroFlag

Recompute the status of the zero flag. Otherwise, asking for a mutable pointer into the zero data will clear this flag. This is useful if you've written in a buffer and want to optimize downstream.

struct AudioBuffer(T)
public nothrow @nogc @safe
void
recomputeZeroFlag
()

Meta