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

◆ embeddedScreenMapJson()

const fl::string & fl::Video::embeddedScreenMapJson ( ) const

Definition at line 129 of file video.cpp.hpp.

129 {
130 static const fl::string kEmpty;
131 if (!mImpl) return kEmpty;
132 return mImpl->embeddedScreenMapJson();
133}
VideoImplPtr mImpl
Definition video.h:90

References FL_NOEXCEPT, and mImpl.

Referenced by openVideoEitherFormat().

+ Here is the caller graph for this function: