Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ setError
Method
setError
src/fl/fx/video.h:71–71 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
69
float timeScale() const;
70
string error() const;
71
void setError(const string &error) { mError = error; }
72
size_t pixelsPerFrame() const;
73
74
// FLED v1 container (issue #3072): true / non-empty only when begin()
Callers
1
openVideo
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected