Jack2  1.9.13
Public Member Functions | List of all members
Jack::JackMetadata Class Reference

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)
 

Detailed Description

Metadata base.

Definition at line 73 of file JackMetadata.h.


The documentation for this class was generated from the following files: