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

Method end

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

Source from the content-addressed store, hash-verified

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;
52 operator bool() const FL_NOEXCEPT { return isValid(); }

Callers 7

getFFTMethod · 0.45
processMethod · 0.45
processSampleMethod · 0.45
resetMethod · 0.45
matchChordPatternMethod · 0.45
resetMethod · 0.45
resetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected