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

Method getTimestamp

src/fl/audio/audio_context.h:30–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28 float getRMS() const FL_NOEXCEPT { return mSample.rms(); }
29 float getZCF() const FL_NOEXCEPT { return mSample.zcf(); }
30 u32 getTimestamp() const FL_NOEXCEPT { return mSample.timestamp(); }
31
32 // ----- Lazy fft::FFT Computation (with shared_ptr caching + recycling) -----
33 shared_ptr<const fft::Bins> getFFT(

Callers 14

updateMethod · 0.45
updateMethod · 0.45
updateMethod · 0.45
updateMethod · 0.45
updateMethod · 0.45
updateMethod · 0.45
updateMethod · 0.45
updateMethod · 0.45
updateMethod · 0.45
updateMethod · 0.45
updateMethod · 0.45
updateMethod · 0.45

Calls 1

timestampMethod · 0.45

Tested by

no test coverage detected