blob: 7c130a011de807666d85a71eef5c5ffad64bd2dc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/*
Vita Development Suite Libraries
*/
#ifndef _VDSUITE_USER_AUDIOENC_H
#define _VDSUITE_USER_AUDIOENC_H
#include_next <audioenc.h>
/* Audio encoder type */
#define SCE_AUDIOENC_TYPE_SILK (0x2007U) /* Only use with sceAudioencCreateEncoderResident() */
#endif /* _VDSUITE_USER_AUDIOENC_H */
|