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

◆ sampleSize()

size_t fl::FFTImpl::sampleSize ( ) const

Definition at line 143 of file fft_impl.cpp.

143 {
144 if (mContext) {
145 return mContext->sampleSize();
146 }
147 return 0;
148}
fl::scoped_ptr< FFTContext > mContext
Definition fft_impl.h:55

References mContext.