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

◆ begin()

bool fl::third_party::SoftwareGifDecoder::begin ( fl::filebuf_ptr stream)
overridevirtual

Implements fl::IDecoder.

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

37 {
38 if (!stream) {
39 setError("Invalid stream provided");
40 return false;
41 }
42
43 stream_ = stream;
44
45 if (!initializeDecoder()) {
46 return false;
47 }
48
49 return loadMoreData();
50}
void setError(const fl::string &message) FL_NOEXCEPT

References FL_NOEXCEPT, initializeDecoder(), loadMoreData(), setError(), and stream_.

+ Here is the call graph for this function: