blob: 73cc9eed15583d5fa59a3cbea15b02aea194d5e8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
/*
* File: profiles_amr.h
* Author: savop
*
* Created on 7. Dezember 2009, 13:05
*/
#ifndef _PROFILES_AMR_H
#define _PROFILES_AMR_H
#include "profile_data.h"
extern DLNAProfile DLNA_PROFILE_AMR_3GPP; ///< AMR 3GPP, cell phones
extern DLNAProfile DLNA_PROFILE_AMR_WBPlus; ///< AMR WB+
#endif /* _PROFILES_AMR_H */
|