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

Method End

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

Source from the content-addressed store, hash-verified

129
130 bool IsOpen() override { return bool(ifile); }
131 bool End() override { return ifile.eof(); }
132 //~FileSource() { ifile.close(); }
133};
134

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected