| 224 | |
| 225 | SrtTarget(std::string host, int port, std::string path, const std::map<std::string,std::string>& par); |
| 226 | SrtTarget() {} |
| 227 | |
| 228 | int ConfigurePre(SRTSOCKET sock) override; |
| 229 | void Write(const MediaPacket& data) override; |
nothing calls this directly
no outgoing calls
no test coverage detected