pspsdk-1.0+beta2
pspmp3.h
Go to the documentation of this file.
1 /*
2  * PSP Software Development Kit - http://www.pspdev.org
3  * -----------------------------------------------------------------------
4  * Licensed under the BSD license, see LICENSE in PSPSDK root for details.
5  *
6  * pspmp3.h - Prototypes for the sceMp3 library
7  *
8  * Copyright (c) 2008 David Perry <tias_dp@hotmail.com>
9  * Copyright (c) 2008 Alexander Berl <raphael@fx-world.org>
10  *
11  * $Id: $
12  */
13 
14 #ifndef __SCELIBMP3_H__
15 #define __SCELIBMP3_H__
16 
17 #include <psptypes.h>
18 
19 #ifdef __cplusplus
20 extern "C" {
21 #endif
22 
23 typedef struct SceMp3InitArg {
41 
50 
59 
66 
73 
82 
92 
103 SceInt32 sceMp3GetInfoToAddStreamData(SceInt32 handle, SceUChar8** dst, SceInt32* towrite, SceInt32* srcpos);
104 
114 
123 
133 
142 
151 
160 
169 
178 
187 
196 
197 
198 #ifdef __cplusplus
199 }
200 #endif
201 
202 #endif