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

Method ParentClip

src/ReaderBase.cpp:243–245  ·  view source on GitHub ↗

Parent clip object of this reader (which can be unparented and NULL)

Source from the content-addressed store, hash-verified

241
242/// Parent clip object of this reader (which can be unparented and NULL)
243openshot::ClipBase* ReaderBase::ParentClip() {
244 return clip;
245}
246
247/// Set parent clip object of this reader
248void ReaderBase::ParentClip(openshot::ClipBase* new_clip) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected