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

◆ embeddedScreenMapJson()

const fl::string & fl::video::VideoImpl::embeddedScreenMapJson ( ) const

Definition at line 363 of file video_impl.cpp.hpp.

363 {
364 static const fl::string kEmpty;
365 if (!mStream) return kEmpty;
366 return mStream->embeddedScreenMapJson();
367}
PixelStreamPtr mStream
Definition video_impl.h:67

References FL_NOEXCEPT, and mStream.