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

Method SetDirectionHint

src/FrameMapper.cpp:1120–1125  ·  view source on GitHub ↗

Set direction hint for the next call to GetFrame

Source from the content-addressed store, hash-verified

1118
1119// Set direction hint for the next call to GetFrame
1120void FrameMapper::SetDirectionHint(const bool increasing)
1121{
1122 const std::lock_guard<std::recursive_mutex> lock(directionMutex);
1123 hint_increasing = increasing;
1124 have_hint = true;
1125}

Callers 2

apply_timemappingMethod · 0.80
GetOrCreateFrameMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected