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

Method IsOpen

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

Source from the content-addressed store, hash-verified

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};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected