add constants for a few (potential) well-known metadata key values

This commit is contained in:
Paul Davis 2013-10-05 12:54:04 -04:00
parent 7eda551c0d
commit 98548dd785
1 changed files with 7 additions and 0 deletions

View File

@ -196,4 +196,11 @@ int jack_set_property_change_callback (jack_client_t* client,
* @}
*/
extern const char* JACK_METADATA_PRETTY_NAME;
extern const char* JACK_METADATA_HARDWARE;
extern const char* JACK_METADATA_CONNECTED;
extern const char* JACK_METADATA_PORT_GROUP;
extern const char* JACK_METADATA_ICON_SMALL;
extern const char* JACK_METADATA_ICON_LARGE;
#endif /* __jack_metadata_h__ */