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

◆ timestamp()

fl::u32 fl::AudioSample::timestamp ( ) const

Definition at line 76 of file audio.cpp.

76 {
77 if (isValid()) {
78 return mImpl->timestamp();
79 }
80 return 0;
81}
AudioSampleImplPtr mImpl
Definition audio.h:52
bool isValid() const
Definition audio.h:29

References isValid(), and mImpl.

Referenced by fl::AudioReactive::processSample().

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