blob: 9f5f3a4ffba610458567e19447d6ea9f8359580a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
/*
Vita Development Suite Libraries
*/
#ifndef _VDSUITE_USER_AUDIODEC_H
#define _VDSUITE_USER_AUDIODEC_H
#include_next <audiodec.h>
/* Audio decoder type */
#define SCE_AUDIODEC_TYPE_SILK (0x1007U)
#define SCE_AUDIODEC_TYPE_AAC_6CH (0x1008U)
#endif /* _VDSUITE_USER_AUDIODEC_H */
|