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

◆ as_audio() [2/2]

fl::optional< fl::vector< int16_t > > fl::JsonValue::as_audio ( ) const
inline

Definition at line 1114 of file json.h.

1116 {
1117 auto ptr = data.ptr<fl::vector<int16_t>>();
HeapVector< T, Allocator > vector
Definition vector.h:1214
variant_t data
Definition json.h:678