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

Method Open

src/FrameMapper.cpp:726–735  ·  view source on GitHub ↗

Open the internal reader

Source from the content-addressed store, hash-verified

724
725// Open the internal reader
726void FrameMapper::Open()
727{
728 if (reader)
729 {
730 ZmqLogger::Instance()->AppendDebugMethod("FrameMapper::Open");
731
732 // Open the reader
733 reader->Open();
734 }
735}
736
737// Close the internal reader
738void FrameMapper::Close()

Callers

nothing calls this directly

Calls 1

AppendDebugMethodMethod · 0.80

Tested by

no test coverage detected