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

Method SrtSource

testing/testmedia.hpp:194–197  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected