summaryrefslogtreecommitdiff
path: root/include/user/audioenc.h
blob: 99ced8944743ee19200d752d824cfdceeb9edc59 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
	Vita Development Suite Libraries
*/

#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_ */