diff options
Diffstat (limited to 'include/plugin.h')
-rw-r--r-- | include/plugin.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/include/plugin.h b/include/plugin.h index 29803f5..74f5ae4 100644 --- a/include/plugin.h +++ b/include/plugin.h @@ -49,6 +49,21 @@ namespace upnp { class cMetadata { public: + static const char* KEY_OBJECTID; + static const char* KEY_PARENTID; + static const char* KEY_TITLE; + static const char* KEY_CREATOR; + static const char* KEY_CLASS; + static const char* KEY_RESTRICTED; + static const char* KEY_DESCRIPTION; + static const char* KEY_LONG_DESCRIPTION; + static const char* KEY_DATE; + static const char* KEY_LANGUAGE; + static const char* KEY_CHANNEL_NR; + static const char* KEY_CHANNEL_NAME; + static const char* KEY_SCHEDULED_START; + static const char* KEY_SCHEDULED_END; + /** * Property class * |