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

Method frameCount

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

Source from the content-addressed store, hash-verified

89 fl::span<const AudioFrame> frames() const { return mFrames; }
90 bool empty() const { return mFrames.empty(); }
91 fl::size frameCount() const { return mFrames.size(); }
92 bool hasProcessor() const { return mProc != nullptr; }
93
94 // --- Range-based for over raw frames ---

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected