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

◆ timestamp()

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

Definition at line 121 of file audio.cpp.

121 {
122 if (isValid()) {
123 return mImpl->timestamp();
124 }
125 return 0;
126}
AudioSampleImplPtr mImpl
Definition audio.h:59
bool isValid() const
Definition audio.h:36

References isValid(), and mImpl.

Referenced by AudioSample(), loop(), and fl::AudioReactive::processSample().

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