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

Method begin

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

Source from the content-addressed store, hash-verified

46 void fft(fft::Bins *out) const FL_NOEXCEPT;
47
48 const_iterator begin() const FL_NOEXCEPT { return pcm().begin(); }
49 const_iterator end() const FL_NOEXCEPT { return pcm().end(); }
50 const fl::i16 &at(fl::size i) const FL_NOEXCEPT;
51 const fl::i16 &operator[](fl::size i) const FL_NOEXCEPT;

Callers 7

getFFTMethod · 0.45
processMethod · 0.45
processSampleMethod · 0.45
resetMethod · 0.45
pruneHypothesesMethod · 0.45
resetMethod · 0.45
resetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected