#include "KoCanvasObserverBase.h"
#include <QObject>
#include <kritaui_export.h>
Go to the source code of this file.
|
| enum | SeekOption { SEEK_NONE = 0
, SEEK_PUSH_AUDIO = 1
, SEEK_FINALIZE = 1 << 1
} |
| | The SeekOption enum represents additional behaviors associated with seeking to a new frame. For example, sometimes you want to push audio when seeking, and other times you might want to reload the image without using the cache. Other optional, uncommon or specialized seeking behaviors might make sense to add here. More...
|
| |
◆ SeekOption
The SeekOption enum represents additional behaviors associated with seeking to a new frame. For example, sometimes you want to push audio when seeking, and other times you might want to reload the image without using the cache. Other optional, uncommon or specialized seeking behaviors might make sense to add here.
| Enumerator |
|---|
| SEEK_NONE | |
| SEEK_PUSH_AUDIO | |
| SEEK_FINALIZE | |
Definition at line 21 of file KisPlaybackEngine.h.