|
@@ -5,6 +5,7 @@
|
|
#include "VideoStream.h"
|
|
#include "VideoStream.h"
|
|
#include "Gradient.h"
|
|
#include "Gradient.h"
|
|
#include "Bitmap.h"
|
|
#include "Bitmap.h"
|
|
|
|
+#include "VideoRecipe.h"
|
|
#include <functional>
|
|
#include <functional>
|
|
|
|
|
|
struct ExportVideoInfo
|
|
struct ExportVideoInfo
|
|
@@ -61,4 +62,11 @@ private:
|
|
double scale, double oversizeFactor);
|
|
double scale, double oversizeFactor);
|
|
};
|
|
};
|
|
|
|
|
|
|
|
+
|
|
|
|
+namespace alm
|
|
|
|
+{
|
|
|
|
+ void exportVideo(const VideoRecipe& vr, const std::string& path);
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+
|
|
#endif // MANDELVIDEOGENERATOR_H
|
|
#endif // MANDELVIDEOGENERATOR_H
|