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

Function MayBlock

apps/transmitmedia.cpp:745–745  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

743
744 bool IsOpen() override { return cin.good(); }
745 bool MayBlock() const final { return may_block; }
746 bool End() override { return cin.eof(); }
747 int GetSysSocket() const override { return fileno(stdin); };
748};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected