1 #ifndef __MP3PLAYER_H__
2 #define __MP3PLAYER_H__
9 #endif /* __cplusplus */
11 void MP3Player_Init();
12 void MP3Player_Stop();
13 BOOL
MP3Player_IsPlaying();
14 void MP3Player_Volume(u32 volume
);
15 s32
MP3Player_PlayBuffer(const void *buffer
,s32 len
,void (*filterfunc
)(struct mad_stream
*,struct mad_frame
*));
16 s32
MP3Player_PlayFile(void *cb_data
,s32 (*reader
)(void *,void *,s32
),void (*filterfunc
)(struct mad_stream
*,struct mad_frame
*));
20 #endif /* __cplusplus */