JackThreadCallback

Prototype for the client thread routine called by the engine when the client is inserted in the graph.

@param arg pointer to a client supplied structure

extern (C)
alias JackThreadCallback = void* function
(
void* arg
)

Meta