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

Method SetAttachedClip

src/Clip.cpp:327–329  ·  view source on GitHub ↗

Set the pointer to the clip this clip is attached to

Source from the content-addressed store, hash-verified

325
326// Set the pointer to the clip this clip is attached to
327void Clip::SetAttachedClip(Clip* clipObject){
328 parentClipObject = clipObject;
329}
330
331/// Set the current reader
332void Clip::Reader(ReaderBase* new_reader)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected