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

◆ empty()

const Sample::VectorPCM & fl::audio::Sample::empty ( )
staticprivate

Definition at line 124 of file audio.cpp.hpp.

124 {
125 static fl::i16 empty_data[1] = {0}; // okay static in header
126 static VectorPCM empty(empty_data); // okay static in header
127 return empty;
128}
static const VectorPCM & empty() FL_NOEXCEPT
fl::vector< fl::i16 > VectorPCM
Definition audio.h:24

References empty().

Referenced by at(), empty(), and pcm().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: