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

Method openRead

src/fl/system/file_system.cpp.hpp:165–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163}
164
165fl::ifstream FileSystem::openRead(const char *path) {
166 return fl::ifstream(mFs->openRead(path));
167}
168Video FileSystem::openVideo(const char *path, fl::size pixelsPerFrame, float fps,
169 fl::size nFrameHistory) {
170 Video video(pixelsPerFrame, fps, nFrameHistory);

Callers 11

mpeg1.hppFile · 0.45
jpeg.hppFile · 0.45
mp3.hppFile · 0.45
gif.hppFile · 0.45
mp4_parser.hppFile · 0.45
h264.hppFile · 0.45
loadFontFileFunction · 0.45
FL_TEST_FILEFunction · 0.45
run_large_benchmarkFunction · 0.45
run_large_benchmarkFunction · 0.45

Calls 1

ifstreamClass · 0.85

Tested by 1