Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Haivision/srt
/ getErrorString
Method
getErrorString
srtcore/common.cpp:104–107 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
102
}
103
104
std::string srt::CUDTException::getErrorString() const
105
{
106
return getErrorMessage();
107
}
108
109
#define UDT_XCODE(mj, mn) (int(mj)*1000)+int(mn)
110
Callers
1
sendBroadcast
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected