JackThreadInitCallback

Prototype for the client supplied function that is called once after the creation of the thread in which other callbacks will be made. Special thread characteristics can be set from this callback, for example. This is a highly specialized callback and most clients will not and should not use it.

@param arg pointer to a client supplied structure

@return void

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

Meta