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

◆ as_audio()

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

Definition at line 1778 of file json.h.

1778{ return m_value ? m_value->as_array() : fl::nullopt; }
fl::shared_ptr< JsonValue > m_value
Definition json.h:1622
constexpr nullopt_t nullopt
Definition optional.h:11

References m_value, and fl::nullopt.