FastLED 3.9.15
Loading...
Searching...
No Matches
mp3dec.hpp File Reference
#include "fl/stl/cstring.h"
#include "fl/stl/noexcept.h"
#include "pub/mp3common.h"
+ Include dependency graph for mp3dec.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  fl
 Base definition for an LED controller.
 
namespace  fl::third_party
 

Functions

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