Get an internal client's name. This is useful when @ref JackUseExactName was not specified on jack_internal_client_load() and @ref JackNameNotUnique status was returned. In that case, the actual name will differ from the @a client_name requested.
Return the @ref jack_intclient_t handle for an internal client running in the JACK server.
Load an internal client into the JACK server.
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.