|
Krita Source Code Documentation
|
#include <QObject>#include "KoCanvasObserverBase.h"#include "KisPlaybackEngine.h"#include <kritaui_export.h>#include <QScopedPointer>#include <QFileInfo>#include <boost/optional.hpp>Go to the source code of this file.
Classes | |
| class | KisPlaybackEngineMLT |
| The KisPlaybackEngineMLT class is an implementation of KisPlaybackEngine that uses MLT (Media Lovin' Toolkit) to drive image frame changes and animation audio with (hopefully) close to frame-perfect synchronization. More... | |
Enumerations | |
| enum | PlaybackMode { PLAYBACK_PUSH , PLAYBACK_PULL } |
| enum PlaybackMode |
| Enumerator | |
|---|---|
| PLAYBACK_PUSH | |
| PLAYBACK_PULL | |
Definition at line 21 of file KisPlaybackEngineMLT.h.