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

Method SrtRelay

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

Source from the content-addressed store, hash-verified

2560}
2561
2562SrtRelay::SrtRelay(std::string host, int port, std::string path, const std::map<std::string,std::string>& par)
2563{
2564 Init(host, port, path, par, SRT_EPOLL_IN | SRT_EPOLL_OUT);
2565}
2566
2567SrtModel::SrtModel(string host, int port, map<string,string> par)
2568{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected