|
Jack2
1.9.13
|
Metadata base. More...
#include <JackMetadata.h>
Public Member Functions | |
| JackMetadata (bool isEngine) | |
| int | GetProperty (jack_uuid_t subject, const char *key, char **value, char **type) |
| int | GetProperties (jack_uuid_t subject, jack_description_t *desc) |
| int | GetAllProperties (jack_description_t **descriptions) |
| int | GetDescription (jack_uuid_t subject, jack_description_t *desc) |
| int | GetAllDescriptions (jack_description_t **descs) |
| void | FreeDescription (jack_description_t *desc, int free_actual_description_too) |
| int | SetProperty (JackClient *client, jack_uuid_t subject, const char *key, const char *value, const char *type) |
| int | RemoveProperty (JackClient *client, jack_uuid_t subject, const char *key) |
| int | RemoveProperties (JackClient *client, jack_uuid_t subject) |
| int | RemoveAllProperties (JackClient *client) |
Metadata base.
Definition at line 73 of file JackMetadata.h.
1.8.6