|
OpenShot Library | libopenshot
0.7.0
|
Header file for Timer effect class. More...
#include "../Color.h"#include "../EffectBase.h"#include "../Enums.h"#include "../Frame.h"#include "../Json.h"#include "../KeyFrame.h"#include <memory>#include <string>Go to the source code of this file.
Classes | |
| class | openshot::Timer |
Namespaces | |
| openshot | |
| This namespace is the default namespace for all code in the openshot library. | |
Enumerations | |
| enum | openshot::TimerFormat { openshot::TIMER_FORMAT_MM_SS = 0, openshot::TIMER_FORMAT_HH_MM_SS = 1, openshot::TIMER_FORMAT_HH_MM_SS_MILLISECONDS = 2, openshot::TIMER_FORMAT_TIMECODE = 3, openshot::TIMER_FORMAT_FRAMES = 4 } |
| enum | openshot::TimerMode { openshot::TIMER_MODE_COUNT_UP = 0, openshot::TIMER_MODE_COUNT_DOWN = 1, openshot::TIMER_MODE_CLOCK = 2, openshot::TIMER_MODE_TIMECODE = 3, openshot::TIMER_MODE_FRAME_NUMBER = 4 } |
| enum | openshot::TimerTimeSource { openshot::TIMER_TIME_CLIP = 0, openshot::TIMER_TIME_SOURCE = 1 } |
1.8.17