#include <CMP3Player.h>
Public Methods | |
CMP3Player () | |
Constructor. More... | |
~CMP3Player () | |
Destructor. More... | |
int | play (string file) |
Playes a specified file. More... | |
int | pause () |
Pauses the playing mp3. More... | |
int | resume () |
Resumes a paused mp3. More... | |
int | stop () |
Stops the playing mp3. More... |
FILE CMP3Player.h
DESCRIPTION Wrapper for the dijinni mp3 player api
|
Constructor.
|
|
Destructor.
|
|
Pauses the playing mp3.
|
|
Playes a specified file.
|
|
Resumes a paused mp3.
|
|
Stops the playing mp3.
|