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

◆ size()

fl::size fl::AudioSample::size ( ) const

Definition at line 75 of file audio.cpp.

75 {
76 if (isValid()) {
77 return mImpl->pcm().size();
78 }
79 return 0;
80}
AudioSampleImplPtr mImpl
Definition audio.h:59
bool isValid() const
Definition audio.h:36

References isValid(), and mImpl.

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

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