Parent clip object of this reader (which can be unparented and NULL)
| 547 | |
| 548 | /// Parent clip object of this reader (which can be unparented and NULL) |
| 549 | openshot::ClipBase* EffectBase::ParentClip() { |
| 550 | return clip; |
| 551 | } |
| 552 | |
| 553 | /// Set parent clip object of this reader |
| 554 | void EffectBase::ParentClip(openshot::ClipBase* new_clip) { |
no outgoing calls
no test coverage detected