MCPcopy Create free account
hub / github.com/NatronGitHub/Natron / getPlaybackMode

Method getPlaybackMode

Engine/OutputSchedulerThread.cpp:3335–3341  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3333}
3334
3335PlaybackModeEnum
3336RenderEngine::getPlaybackMode() const
3337{
3338 QMutexLocker l(&_imp->pbModeMutex);
3339
3340 return _imp->pbMode;
3341}
3342
3343void
3344RenderEngine::setDesiredFPS(double d)

Callers 6

pushFramesToRenderMethod · 0.45
startTasksMethod · 0.45
stopRenderMethod · 0.45
threadLoopOnceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected