SoundIoInStream.non_terminal_hint

Optional: Hint that this input stream is nonterminal. This is used by JACK and it means that the data received by the stream will be passed on or made available to another stream. Defaults to false.

struct SoundIoInStream
extern (C) @nogc nothrow
bool non_terminal_hint;

Meta