FastLED 3.9.15
Loading...
Searching...
No Matches

◆ AudioBatch() [2/3]

fl::AudioBatch::AudioBatch ( fl::span< const AudioFrame > frames,
audio::Processor * proc = nullptr )
inlineexplicit

Definition at line 69 of file audio_batch.h.

71 : mFrames(frames), mProc(proc) {}
fl::span< const AudioFrame > frames() const
Definition audio_batch.h:89
audio::Processor * mProc
fl::span< const AudioFrame > mFrames
Definition audio_batch.h:99

References AudioBatch(), frames(), mFrames, and mProc.

+ Here is the call graph for this function: