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

Method FileTarget

apps/transmitmedia.cpp:89–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87public:
88
89 FileTarget(const string& path): ofile(path, ios::out | ios::trunc | ios::binary) {}
90
91 int Write(const char* data, size_t size, int64_t time SRT_ATR_UNUSED, ostream & ignored SRT_ATR_UNUSED = cout) override
92 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected