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

◆ pixelsPerFrame()

size_t fl::Video::pixelsPerFrame ( ) const

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

117 {
118 if (!mImpl) {
119 return 0;
120 }
121 return mImpl->pixelsPerFrame();
122}
VideoImplPtr mImpl
Definition video.h:90

References mImpl.

Referenced by Video().

+ Here is the caller graph for this function: