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