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

◆ JpegDecoder()

fl::JpegDecoder::JpegDecoder ( const JpegConfig & config)
explicit

Definition at line 215 of file jpeg.cpp.hpp.

216 : mImpl(fl::make_unique<Impl>(config)) {}
fl::unique_ptr< Impl > mImpl
Definition jpeg.h:99
fl::enable_if<!fl::is_array< T >::value, unique_ptr< T > >::type make_unique(Args &&... args) FL_NOEXCEPT
Definition unique_ptr.h:261

References JpegDecoder(), fl::make_unique(), and mImpl.

Referenced by fl::JpegDecoder::Impl::Impl(), JpegDecoder(), and begin().

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