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

◆ is_audio()

bool fl::json::is_audio ( ) const
inline

Definition at line 249 of file json.h.

249{ return mValue && mValue->is_generic_array(); }
fl::shared_ptr< json_value > mValue
Definition json.h:130

References FL_NOEXCEPT, and mValue.