blob: a65ba01056569e2adefd82a138a52cfc67f1e012 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/*
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)
#endif /* _VDSUITE_USER_AUDIODEC_H */
|