MCPcopy Create free account
hub / github.com/Tencent/libpag / close

Method close

exporter/src/export/encode/OfflineVideoEncoder.cpp:137–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135}
136
137void OfflineVideoEncoder::close() {
138 if (process == nullptr) {
139 return;
140 }
141 std::string endFile = JoinPaths(rootPath, "InEnd.txt");
142 writeEndParam(true, false, endFile);
143}
144
145void OfflineVideoEncoder::exit() {
146 if (process->state() == QProcess::Running) {

Callers 2

readEndParamMethod · 0.45
readFrameInfoMethod · 0.45

Calls 1

JoinPathsFunction · 0.85

Tested by

no test coverage detected