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

◆ size()

fl::size fl::audio::Sample::size ( ) const

Definition at line 86 of file audio.cpp.hpp.

86 {
87 if (isValid()) {
88 return mImpl->pcm().size();
89 }
90 return 0;
91}
bool isValid() const FL_NOEXCEPT
Definition audio.h:35
SampleImplPtr mImpl
Definition audio.h:62

References isValid(), and mImpl.

Referenced by at(), and operator==().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: