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

Method IsOpen

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

Source from the content-addressed store, hash-verified

183 }
184
185 bool IsOpen() override { return !!iofile; }
186 bool End() override { return iofile.eof(); }
187 bool Broken() override { return !iofile.good(); }
188 void Close() override { iofile.close(); }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected