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

Method readBufferToFile

srtcore/buffer_rcv.cpp:609–612  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

607}
608
609int CRcvBuffer::readBufferToFile(fstream& ofs, int len)
610{
611 return readBufferTo(len, writeBytesToFile, reinterpret_cast<void*>(&ofs));
612}
613
614bool CRcvBuffer::hasAvailablePackets() const
615{

Callers 1

recvfileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected