| 87 | public: |
| 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 | { |
nothing calls this directly
no outgoing calls
no test coverage detected