MCPcopy Create free account
hub / github.com/FastLED/FastLED / JsonAudioImpl

Method JsonAudioImpl

src/platforms/shared/ui/json/audio.cpp.hpp:23–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21
22
23JsonAudioImpl::JsonAudioImpl(const fl::string &name) FL_NOEXCEPT {
24 mInternal = fl::make_shared<JsonUiAudioInternal>(name);
25 mUpdater.init(this);
26 addJsonUiComponent(fl::weak_ptr<JsonUiInternal>(mInternal));
27}
28
29JsonAudioImpl::JsonAudioImpl(const fl::string &name, const fl::url& url) FL_NOEXCEPT {
30 mInternal = fl::make_shared<JsonUiAudioInternal>(name, url);

Callers

nothing calls this directly

Calls 2

addJsonUiComponentFunction · 0.85
initMethod · 0.45

Tested by

no test coverage detected