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

Function CreateFile

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

Source from the content-addressed store, hash-verified

195
196template <class Iface>
197Iface* CreateFile(const string& name) { return new typename File<Iface>::type (name); }
198
199void SrtCommon::InitParameters(string host, string path, map<string,string> par)
200{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected