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

◆ pixelsPerFrame()

size_t fl::Video::pixelsPerFrame ( ) const

Definition at line 140 of file video.cpp.

140 {
141 if (!mImpl) {
142 return 0;
143 }
144 return mImpl->pixelsPerFrame();
145}
VideoImplPtr mImpl
Definition video.h:79

References mImpl.

Referenced by Video().

+ Here is the caller graph for this function: