MCPcopy 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
79i32 Video::durationMicros() const {
80 if (!mImpl) {
81 return -1;
82 }
83 return mImpl->durationMicros();
84}
85
86string Video::fxName() const { return "Video"; }
87

Callers 1

FL_TEST_FILEFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected