JackGraphOrderCallback

Prototype for the client supplied function that is called whenever the processing graph is reordered.

@param arg pointer to a client supplied structure

@return zero on success, non-zero on error

extern (C)
alias JackGraphOrderCallback = int function
(
void* arg
)

Meta