diff options
Diffstat (limited to 'inc/profiles/png.h')
-rw-r--r-- | inc/profiles/png.h | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/inc/profiles/png.h b/inc/profiles/png.h new file mode 100644 index 0000000..69d4bcd --- /dev/null +++ b/inc/profiles/png.h @@ -0,0 +1,22 @@ +/* + * File: profiles_png.h + * Author: savop + * + * Created on 7. Dezember 2009, 13:01 + */ + +#ifndef _PROFILES_PNG_H +#define _PROFILES_PNG_H + +#include "profile_data.h" + +/* Images */ +extern DLNAProfile DLNA_PROFILE_PNG_LRG; ///< PNG high resolution + +/* Icons */ +extern DLNAIconProfile DLNA_ICON_PNG_SM_24A; ///< DLNA icon profile of small png images +extern DLNAIconProfile DLNA_ICON_PNG_LRG_24A; ///< DLNA icon profile of large png images +extern DLNAIconProfile DLNA_ICON_PNG_TN; ///< DLNA png thumbnail profile of images + +#endif /* _PROFILES_PNG_H */ + |