#include "CeylanARM7Base.h"
Go to the source code of this file.
Functions | |
void | initOSDL () |
Integrating library-specific (ex: OSDL) command handler, declared here but to be defined by user code, typically the OSDL library, if used. | |
void | manageMP3Playback () |
Manages the MP3 playback when requested. |
void initOSDL | ( | ) |
Integrating library-specific (ex: OSDL) command handler, declared here but to be defined by user code, typically the OSDL library, if used.
void handleReceivedIntegratingLibrarySpecificCommand( FIFOCommandID commandID, FIFOElement firstElement ) ;
Definition at line 1287 of file OSDLARM7Base.c.
References initOSDLSound().
void manageMP3Playback | ( | ) |
Manages the MP3 playback when requested.
Definition at line 1164 of file OSDLARM7Base.c.
References decodeNextMP3Frame(), decodingInError, disableMusicPlayback(), enableMusicPlayback(), endOfProcessingReached, manageMusicFadeEffect(), MusicEndedNotification, pauseMP3PlaybackRequested, setMusicBasicSettings(), startMP3PlaybackRequested, and unsetMusicBasicSettings().