Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
609
int CRcvBuffer::readBufferToFile(fstream& ofs, int len)
610
{
611
return readBufferTo(len, writeBytesToFile, reinterpret_cast<void*>(&ofs));
612
}
613
614
bool CRcvBuffer::hasAvailablePackets() const
615
{
Callers
1
recvfile
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected