|
|
|
@@ -253,6 +253,11 @@ int jack_set_thread_init_callback (jack_client_t *client, |
|
|
|
* NOTE: clients do not need to call this. It exists only |
|
|
|
* to help more complex clients understand what is going |
|
|
|
* on. It should be called before jack_client_activate(). |
|
|
|
* |
|
|
|
* NOTE: if a client calls this AND jack_on_info_shutdown(), then |
|
|
|
* the event of a client thread shutdown, the callback |
|
|
|
* passed to this function will not be called, and the one passed to |
|
|
|
* jack_on_info_shutdown() will. |
|
|
|
*/ |
|
|
|
void jack_on_shutdown (jack_client_t *client, |
|
|
|
JackShutdownCallback function, void *arg); |
|
|
|
@@ -274,6 +279,11 @@ void jack_on_shutdown (jack_client_t *client, |
|
|
|
* NOTE: clients do not need to call this. It exists only |
|
|
|
* to help more complex clients understand what is going |
|
|
|
* on. It should be called before jack_client_activate(). |
|
|
|
* |
|
|
|
* NOTE: if a client calls this AND jack_on_shutdown(), then in the |
|
|
|
* event of a client thread shutdown, the callback passed to |
|
|
|
* this function will be called, and the one passed to |
|
|
|
* jack_on_shutdown() will not. |
|
|
|
*/ |
|
|
|
void jack_on_info_shutdown (jack_client_t *client, |
|
|
|
JackInfoShutdownCallback function, void *arg); |
|
|
|
|