jack_get_internal_client_name

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.

@param client requesting JACK client's handle.

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

@return NULL if unsuccessful, otherwise pointer to the internal client name obtained from the heap via malloc(). The caller should jack_free() this storage when no longer needed.

extern (C)
char*
jack_get_internal_client_name
(
jack_client_t* client
,
jack_intclient_t intclient
)

Meta