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

Method next

src/fl/ui/audio.h:36–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34 ~UIAudioImpl() FL_NOEXCEPT {}
35
36 audio::Sample next() {
37 FL_WARN("Audio sample not implemented");
38 return audio::Sample();
39 }
40
41 bool hasNext() {
42 FL_WARN("Audio sample not implemented");

Callers 15

showMethod · 0.45
countMethod · 0.45
FastLED.cpp.hppFile · 0.45
showColorMethod · 0.45
clearDataMethod · 0.45
setTemperatureMethod · 0.45
setCorrectionMethod · 0.45
setDitherMethod · 0.45
nextFxMethod · 0.45
removeFxMethod · 0.45
UIAudioClass · 0.45

Calls 1

SampleClass · 0.50

Tested by

no test coverage detected