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

◆ SoftwareMpeg1Decoder()

fl::third_party::SoftwareMpeg1Decoder::SoftwareMpeg1Decoder ( const Mpeg1Config & config)
explicit

Definition at line 140 of file software_decoder.cpp.hpp.

141 : config_(config)
143 // Set target frame duration based on config
144 if (config_.targetFps > 0) {
145 decoderData_->targetFrameDuration = 1.0 / config_.targetFps;
146 }
147}

References config_, decoderData_, and FL_NOEXCEPT.

Referenced by audioDecodeCallback(), and videoDecodeCallback().

+ Here is the caller graph for this function: