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

◆ decodeNextFrame()

bool fl::Mp3Decoder::decodeNextFrame ( audio::Sample * out_sample)

Definition at line 383 of file mp3.cpp.hpp.

383 {
384 return mImpl->decodeNextFrame(out_sample);
385}
fl::unique_ptr< fl::third_party::Mp3StreamDecoderImpl > mImpl
Definition mp3.h:168

References mImpl.

Referenced by ~Mp3Decoder().

+ Here is the caller graph for this function: