SoundIo.jack_info_callback

Optional: JACK info callback. By default, libsoundio sets this to an empty function in order to silence stdio messages from JACK. You may override the behavior by setting this to NULL or providing your own function. This is registered with JACK regardless of whether ::soundio_connect_backend succeeds.

struct SoundIo
extern (C) @nogc nothrow
void function(const(char)* msg) jack_info_callback;

Meta