summaryrefslogtreecommitdiff
path: root/inc/profiles/png.h
blob: 69d4bcd7a3f08abe560d6a940e84b75176acbe2e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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 */