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

Method MaskReader

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

Get the common mask reader.

Source from the content-addressed store, hash-verified

173
174 /// Get the common mask reader.
175 ReaderBase* MaskReader() { return mask_reader; }
176 const ReaderBase* MaskReader() const { return mask_reader; }
177
178 /// Set or replace the common mask reader.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected