jack_internal_client_unload

Unload an internal client from a JACK server. This calls the intclient's jack_finish() entry point then removes it. See @ref inprocess.c for an example.

@param client unloading JACK client's handle.

@param intclient handle returned from jack_internal_client_load() or jack_internal_client_handle().

@return 0 if successful, otherwise @ref JackStatus bits.

extern (C)
jack_status_t
jack_internal_client_unload
(
jack_client_t* client
,
jack_intclient_t intclient
)

Meta