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

Method IsOpen

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

Source from the content-addressed store, hash-verified

148 }
149
150 bool IsOpen() override { return !!ofile; }
151 bool Broken() override { return !ofile.good(); }
152 //~FileTarget() { ofile.close(); }
153 void Close() override

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected