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

◆ hasEmbeddedScreenMap()

bool fl::Video::hasEmbeddedScreenMap ( ) const

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

124 {
125 if (!mImpl) return false;
126 return mImpl->hasEmbeddedScreenMap();
127}
VideoImplPtr mImpl
Definition video.h:90

References FL_NOEXCEPT, and mImpl.

Referenced by openVideoEitherFormat().

+ Here is the caller graph for this function: