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

◆ empty()

const AudioSample::VectorPCM & fl::AudioSample::empty ( )
staticprivate

Definition at line 68 of file audio.cpp.

68 {
69 static fl::i16 empty_data[1] = {0};
70 static VectorPCM empty(empty_data);
71 return empty;
72}
fl::vector< fl::i16 > VectorPCM
Definition audio.h:23
static const VectorPCM & empty()
Definition audio.cpp:68

References empty().

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

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