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

◆ as_audio() [1/2]

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

Definition at line 1003 of file json.h.

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