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

Method close

src/fl/video/pixel_stream.cpp.hpp:89–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87}
88
89void PixelStream::close() {
90 mHandle.reset();
91}
92
93i32 PixelStream::bytesPerFrame() { return mbytesPerFrame; }
94

Callers

nothing calls this directly

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected