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

Method UIAudio

src/fl/ui/audio.cpp.hpp:7–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5namespace fl {
6
7UIAudio::UIAudio(const fl::string& name) FL_NOEXCEPT : mImpl(name) {}
8UIAudio::UIAudio(const fl::string& name, const fl::url& url) FL_NOEXCEPT : mImpl(name, url) {}
9
10// Asset-handle overload (issue #2284): resolves the asset via the

Callers

nothing calls this directly

Calls 1

resolve_assetFunction · 0.85

Tested by

no test coverage detected