jack_get_client_name

@return pointer to actual client name. This is useful when @ref JackUseExactName is not specified on open and @ref JackNameNotUnique status was returned. In that case, the actual name will differ from the @a client_name requested.

extern (C)
char*
jack_get_client_name
(
jack_client_t* client
)

Meta