FastLED 3.9.15
Loading...
Searching...
No Matches

◆ MP3InitDecoder()

HMP3Decoder fl::third_party::MP3InitDecoder ( void )

Definition at line 72 of file mp3dec.hpp.

73{
74 MP3DecInfo *mp3DecInfo;
75
76 mp3DecInfo = AllocateBuffers();
77
78 return (HMP3Decoder)mp3DecInfo;
79}
struct _MP3DecInfo MP3DecInfo
void * HMP3Decoder
Definition mp3dec.h:88
MP3DecInfo * AllocateBuffers(void) FL_NOEXCEPT
Definition buffers.hpp:99

References AllocateBuffers(), and FL_NOEXCEPT.

Referenced by fl::third_party::Mp3HelixDecoder::init().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: