JACK Metadata API.
More...
Go to the source code of this file.
|
int | jack_set_property (jack_client_t *, jack_uuid_t subject, const char *key, const char *value, const char *type) |
|
int | jack_get_property (jack_uuid_t subject, const char *key, char **value, char **type) |
|
void | jack_free_description (jack_description_t *desc, int free_description_itself) |
|
int | jack_get_properties (jack_uuid_t subject, jack_description_t *desc) |
|
int | jack_get_all_properties (jack_description_t **descs) |
|
int | jack_remove_property (jack_client_t *client, jack_uuid_t subject, const char *key) |
|
int | jack_remove_properties (jack_client_t *client, jack_uuid_t subject) |
|
int | jack_remove_all_properties (jack_client_t *client) |
|
int | jack_set_property_change_callback (jack_client_t *client, JackPropertyChangeCallback callback, void *arg) |
|