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

◆ size()

size_t fl::AudioSample::size ( ) const

Definition at line 19 of file audio.cpp.

19 {
20 if (isValid()) {
21 return mImpl->pcm().size();
22 }
23 return 0;
24}
AudioSampleImplPtr mImpl
Definition audio.h:50
bool isValid() const
Definition audio.h:28

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: