JackFreewheelCallback

Prototype for the client supplied function that is called whenever jackd starts or stops freewheeling.

@param starting non-zero if we start starting to freewheel, zero otherwise @param arg pointer to a client supplied structure

extern (C)
alias JackFreewheelCallback = void function
(,
void* arg
)

Meta