|
| _XIF_ HMP3Decoder | MP3InitDecoder (void) |
| |
| _XIF_ void | MP3FreeDecoder (HMP3Decoder hMP3Decoder) |
| |
| _XIF_ int | MP3FindSyncWord (unsigned char *buf, int nBytes) |
| |
| static _XIF_ int | MP3FindFreeSync (unsigned char *buf, unsigned char firstFH[4], int nBytes) |
| |
| _XIF_ void | MP3GetLastFrameInfo (HMP3Decoder hMP3Decoder, MP3FrameInfo *mp3FrameInfo) |
| |
| _XIF_ int | MP3GetNextFrameInfo (HMP3Decoder hMP3Decoder, MP3FrameInfo *mp3FrameInfo, unsigned char *buf) |
| |
| static _XIF_ void | MP3ClearBadFrame (MP3DecInfo *mp3DecInfo, short *outbuf) |
| |
| _XIF_ int | MP3Decode (HMP3Decoder hMP3Decoder, unsigned char **inbuf, int *bytesLeft, short *outbuf, int useSize) |
| |
| _XIF_ size_t | MP3GetSaveLastInfoStructSize (void) |
| |
| _XIF_ int | MP3ClearLastDecodeMainData (HMP3Decoder hMP3Decoder) |
| |
| _XIF_ int | MP3SaveLastDecodeMainData (HMP3Decoder hMP3Decoder, MP3SaveLastInfo saveInfo) |
| |
| _XIF_ int | MP3LoadLastDecodeMainData (HMP3Decoder hMP3Decoder, MP3SaveLastInfo saveInfo) |
| |