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

◆ createDecoder() [2/2]

static IDecoderPtr fl::H264::createDecoder ( fl::string * error_message = nullptr)
inlinestatic

Definition at line 39 of file h264.h.

39 {
40 H264Config config;
41 return createDecoder(config, error_message);
42 }
static IDecoderPtr createDecoder(const H264Config &config, fl::string *error_message=nullptr)

References createDecoder().

+ Here is the call graph for this function: