blob: a2c996f9f5ba7e21b6bdc333873e07195c8de208 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
#ifndef _DOLCESDK_PSP2_AUDIOENC_H_
#define _DOLCESDK_PSP2_AUDIOENC_H_
#include_next <audioenc.h>
/* Audio encoder type */
#define SCE_AUDIOENC_TYPE_SILK (0x2007U) /* Only use with sceAudioencCreateEncoderResident() */
#endif /* _DOLCESDK_PSP2_AUDIOENC_H_ */
|