pspaudiocodec.h

Go to the documentation of this file.
00001 /*
00002  * PSP Software Development Kit - http://www.pspdev.org
00003  * -----------------------------------------------------------------------
00004  * Licensed under the BSD license, see LICENSE in PSPSDK root for details.
00005  *
00006  * pspaudiocodec.h - Prototypes for the sceAudiocodec library.
00007  *
00008  * Copyright (c) 2006 hitchhikr
00009  *
00010  * $Id: pspaudiocodec.h 1994 2006-08-28 10:20:32Z tyranid $
00011  */
00012 
00013 #ifdef __cplusplus
00014 extern "C" {
00015 #endif
00016 
00017 int sceAudiocodecCheckNeedMem(unsigned long *Buffer, int Type);
00018 int sceAudiocodecInit(unsigned long *Buffer, int Type);
00019 int sceAudiocodecDecode(unsigned long *Buffer, int Type);
00020 int sceAudiocodecGetEDRAM(unsigned long *Buffer, int Type);
00021 int sceAudiocodecReleaseEDRAM(unsigned long *Buffer);
00022 
00023 #ifdef __cplusplus
00024 }
00025 #endif

Generated on Tue Jul 24 15:21:22 2007 for PSPSDK-Rev2272 by  doxygen 1.5.2