Go to the source code of this file.
|
| static void | fl::third_party::MP3ClearBadFrame (MP3DecInfo *mp3DecInfo, short *outbuf) FL_NOEXCEPT |
| |
| int | fl::third_party::MP3Decode (HMP3Decoder hMP3Decoder, const unsigned char **inbuf, size_t *bytesLeft, short *outbuf, int useSize) FL_NOEXCEPT |
| |
| static int | fl::third_party::MP3FindFreeSync (const unsigned char *buf, const unsigned char firstFH[4], int nBytes) FL_NOEXCEPT |
| |
| int | fl::third_party::MP3FindSyncWord (const unsigned char *buf, int nBytes) FL_NOEXCEPT |
| |
| void | fl::third_party::MP3FreeDecoder (HMP3Decoder hMP3Decoder) FL_NOEXCEPT |
| |
| void | fl::third_party::MP3GetLastFrameInfo (HMP3Decoder hMP3Decoder, MP3FrameInfo *mp3FrameInfo) FL_NOEXCEPT |
| |
| int | fl::third_party::MP3GetNextFrameInfo (HMP3Decoder hMP3Decoder, MP3FrameInfo *mp3FrameInfo, unsigned char *buf) FL_NOEXCEPT |
| |
| HMP3Decoder | fl::third_party::MP3InitDecoder (void) FL_NOEXCEPT |
| |