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

Method IsOpen

src/FFmpegReader.h:293–293  ·  view source on GitHub ↗

Determine if reader is open or closed

Source from the content-addressed store, hash-verified

291
292 /// Determine if reader is open or closed
293 bool IsOpen() override { return is_open; };
294
295 /// Return true if hardware decode was requested and successfully produced at least one frame
296 bool HardwareDecodeSuccessful() const override;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected