summaryrefslogtreecommitdiff
path: root/inc/profiles/jpeg.h
blob: 42d2420444001f5f11a09a5a18d07b3b2dfba65f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/* 
 * File:   profiles_jpeg.h
 * Author: savop
 *
 * Created on 7. Dezember 2009, 12:59
 */

#ifndef _PROFILES_JPEG_H
#define	_PROFILES_JPEG_H

#include "profile_data.h"

/* Images */
extern DLNAProfile DLNA_PROFILE_JPEG_SM;                ///< JPEG small resolution
extern DLNAProfile DLNA_PROFILE_JPEG_MED;               ///< JPEG medium resolution
extern DLNAProfile DLNA_PROFILE_JPEG_LRG;               ///< JPEG high resolution

/* Icons */
extern DLNAIconProfile DLNA_ICON_JEPG_TN;               ///< DLNA jpeg thumbnail profile of images
extern DLNAIconProfile DLNA_ICON_JPEG_SM_24;            ///< DLNA icon profile of small jpeg images
extern DLNAIconProfile DLNA_ICON_JPEG_LRG_24;           ///< DLNA icon profile of large jpeg images

#endif	/* _PROFILES_JPEG_H */