SoundIoOutStream.underflow_callback

This optional callback happens when the sound device runs out of buffered audio data to play. After this occurs, the outstream waits until the buffer is full to resume playback. This is called from the SoundIoOutStream::write_callback thread context.

struct SoundIoOutStream
extern (C) @nogc nothrow
void function(SoundIoOutStream*) underflow_callback;

Meta