Browse Source

add port UUID retrieval function

tags/0.124.0
Paul Davis 11 years ago
parent
commit
a43a3276b4
1 changed files with 7 additions and 0 deletions
  1. +7
    -0
      jack.h

+ 7
- 0
jack.h View File

@@ -620,6 +620,13 @@ void *jack_port_get_buffer (jack_port_t *, jack_nframes_t) JACK_OPTIONAL_WEAK_EX
*/
const char *jack_port_name (const jack_port_t *port) JACK_OPTIONAL_WEAK_EXPORT;

/**
* @return the UUID of the jack_port_t
*
* @see jack_uuid_to_string() to convert into a string representation
*/
void jack_port_uuid (const jack_port_t *port, jack_uuid_t) JACK_OPTIONAL_WEAK_EXPORT;

/**
* @return the short name of the jack_port_t (not including the @a
* "client_name:" prefix).


Loading…
Cancel
Save