Inheritance diagram for MP3Decoder:
Public Member Functions | |
BOOL | Open (File *, int *isample, int *ichannel, int *ibyte, void *ptSettings, int *bufsizebyte) |
BOOL | Open (char *fname, int *isample, int *ichannel, int *ibyte, void *ptSettings, int *bufsizebyte) |
int | Decode (uint8 *pbout) |
BOOL | Close () |
uint32 | GetPos (void) |
BOOL | SetPos (uint32 aiPosMS) |
1/1000 sec | |
uint32 | GetTotalTime () |
1/1000 sec | |
Static Public Member Functions | |
static uint32 | GetTotalTime (File *) |
static uint32 | GetTotalTime (char *fname) |
Public Attributes | |
BOOL | Valid |
Definition at line 6 of file mp3decoder.hpp.