MCPcopy Create free account
hub / github.com/OpenShot/libopenshot / GetIsDurationKnown

Method GetIsDurationKnown

src/FFmpegReader.cpp:1193–1195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1191}
1192
1193bool FFmpegReader::GetIsDurationKnown() {
1194 return this->is_duration_known;
1195}
1196
1197std::shared_ptr<Frame> FFmpegReader::GetFrame(int64_t requested_frame) {
1198 last_seek_max_frame = -1;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected