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

Method HandlesMaskInternally

src/EffectBase.h:100–100  ·  view source on GitHub ↗

Optional override for effects that apply mask processing inside GetFrame().

Source from the content-addressed store, hash-verified

98
99 /// Optional override for effects that apply mask processing inside GetFrame().
100 virtual bool HandlesMaskInternally() const { return false; }
101
102 public:
103 /// Parent effect (which properties will set this effect properties)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected