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

Method Read

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

Source from the content-addressed store, hash-verified

176 throw std::runtime_error(path + ": Can't open file for reading");
177 }
178 MediaPacket Read(size_t chunk) override { return FileRead(iofile, chunk, filename_copy); }
179
180 void Write(const MediaPacket& data) override
181 {

Callers

nothing calls this directly

Calls 1

FileReadFunction · 0.85

Tested by

no test coverage detected