MCPcopy Create free account
hub / github.com/FastLED/FastLED / timestamp

Method timestamp

src/fl/audio/audio.cpp.hpp:132–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130float Sample::zcf() const { return mImpl->zcf(); }
131
132fl::u32 Sample::timestamp() const {
133 if (isValid()) {
134 return mImpl->timestamp();
135 }
136 return 0;
137}
138
139// O(1) - returns pre-computed cached value
140float Sample::rms() const {

Callers 9

getTimestampMethod · 0.45
processMethod · 0.45
processSampleMethod · 0.45
processSampleMethod · 0.45
gain.hppFile · 0.45
FL_TEST_FILEFunction · 0.45
auto_gain.hppFile · 0.45
mpeg1.hppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected