jack_get_client_name_by_uuid

Get the client name for a session_id.

In order to snapshot the graph connections, the session manager needs to map session_ids to client names.

The caller is responsible for calling jack_free(3) on any non-NULL returned value.

extern (C)
char*
jack_get_client_name_by_uuid
(
jack_client_t* client
,
const(char)* client_uuid
)

Meta