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

◆ ~AudioSample()

fl::AudioSample::~AudioSample ( )

Definition at line 56 of file audio.cpp.

56 {
57 if (mImpl) {
58 AudioSamplePool::instance().put(fl::move(mImpl));
59 }
60}
AudioSampleImplPtr mImpl
Definition audio.h:59
constexpr remove_reference< T >::type && move(T &&t) noexcept
Definition move.h:27

References mImpl, and fl::move().

+ Here is the call graph for this function: