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

Method Name

src/FrameMapper.h:272–272  ·  view source on GitHub ↗

Return the type name of the class

Source from the content-addressed store, hash-verified

270
271 /// Return the type name of the class
272 std::string Name() override { return "FrameMapper"; };
273
274 // Get and Set JSON methods
275 std::string Json() const override; ///< Generate JSON string of this object

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected