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

◆ timestamp()

fl::u32 fl::audio::Sample::timestamp ( ) const

Definition at line 132 of file audio.cpp.hpp.

132 {
133 if (isValid()) {
134 return mImpl->timestamp();
135 }
136 return 0;
137}
bool isValid() const FL_NOEXCEPT
Definition audio.h:35
SampleImplPtr mImpl
Definition audio.h:62

References isValid(), and mImpl.

Referenced by Sample().

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