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

Method Order

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

Get the order that this effect should be executed.

Source from the content-addressed store, hash-verified

180
181 /// Get the order that this effect should be executed.
182 int Order() const { return order; }
183
184 /// Set the order that this effect should be executed.
185 void Order(int new_order) { order = new_order; }

Callers 4

operator()Method · 0.80
operator()Method · 0.80
Timeline.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected