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

Method ParentClipId

src/EffectBase.cpp:586–591  ·  view source on GitHub ↗

Return the ID of this effect's parent clip

Source from the content-addressed store, hash-verified

584
585// Return the ID of this effect's parent clip
586std::string EffectBase::ParentClipId() const{
587 if(clip)
588 return clip->Id();
589 else
590 return "";
591}
592
593EffectBase::~EffectBase() {
594 MaskReader(NULL);

Callers

nothing calls this directly

Calls 1

IdMethod · 0.45

Tested by

no test coverage detected