| 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(); } |
| 132 | //~FileSource() { ifile.close(); } |
| 133 | }; |
nothing calls this directly
no outgoing calls
no test coverage detected