Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ durationMicros
Method
durationMicros
src/fl/fx/video.cpp.hpp:79–84 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
77
}
78
79
i32 Video::durationMicros() const {
80
if (!mImpl) {
81
return -1;
82
}
83
return mImpl->durationMicros();
84
}
85
86
string Video::fxName() const { return
"Video"
; }
87
Callers
1
FL_TEST_FILE
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected