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

◆ MP3FreeDecoder()

void fl::third_party::MP3FreeDecoder ( HMP3Decoder hMP3Decoder)

Definition at line 93 of file mp3dec.hpp.

94{
95 MP3DecInfo *mp3DecInfo = (MP3DecInfo *)hMP3Decoder;
96
97 if (!mp3DecInfo)
98 return;
99
100 FreeBuffers(mp3DecInfo);
101}
struct _MP3DecInfo MP3DecInfo
void FreeBuffers(MP3DecInfo *mp3DecInfo) FL_NOEXCEPT
Definition buffers.hpp:163

References FL_NOEXCEPT, and FreeBuffers().

Referenced by fl::third_party::Mp3HelixDecoder::init(), and fl::third_party::Mp3HelixDecoder::reset().

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