| 192 | |
| 193 | SrtSource(std::string host, int port, std::string path, const std::map<std::string,std::string>& par); |
| 194 | SrtSource() |
| 195 | { |
| 196 | // Do nothing - create just to prepare for use |
| 197 | } |
| 198 | |
| 199 | MediaPacket Read(size_t chunk) override; |
| 200 | bytevector GroupRead(size_t chunk); |
nothing calls this directly
no outgoing calls
no test coverage detected