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

◆ size()

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

Definition at line 30 of file audio.cpp.

30 {
31 if (isValid()) {
32 return mImpl->pcm().size();
33 }
34 return 0;
35}
AudioSampleImplPtr mImpl
Definition audio.h:52
bool isValid() const
Definition audio.h:29

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: