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

◆ pixelsPerFrame()

size_t fl::Video::pixelsPerFrame ( ) const

Definition at line 148 of file video.cpp.

148 {
149 if (!mImpl) {
150 return 0;
151 }
152 return mImpl->pixelsPerFrame();
153}
VideoImplPtr mImpl
Definition video.h:76

References mImpl.

Referenced by Video().

+ Here is the caller graph for this function: