MCPcopy Create free account
hub / github.com/Haivision/srt / Read

Method Read

testing/testmedia.cpp:128–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126 }
127
128 MediaPacket Read(size_t chunk) override { return FileRead(ifile, chunk, filename_copy); }
129
130 bool IsOpen() override { return bool(ifile); }
131 bool End() override { return ifile.eof(); }

Callers

nothing calls this directly

Calls 1

FileReadFunction · 0.85

Tested by

no test coverage detected