summaryrefslogtreecommitdiff
path: root/menuApp/src/dirscanner.h
diff options
context:
space:
mode:
authortim <tim@eclectronics.org>2018-04-16 21:04:05 +0100
committertim <tim@eclectronics.org>2018-04-16 21:04:05 +0100
commitd085782d6192d9c8498e2c5489097fff4db6815b (patch)
tree60851506743ed50b5d69483109c6479daabf5c77 /menuApp/src/dirscanner.h
parent7c080ed914ad1291bc07cd8b6ce58e5093b14203 (diff)
OMX fixes
Diffstat (limited to 'menuApp/src/dirscanner.h')
-rw-r--r--menuApp/src/dirscanner.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/menuApp/src/dirscanner.h b/menuApp/src/dirscanner.h
index 4512842..f6351e5 100644
--- a/menuApp/src/dirscanner.h
+++ b/menuApp/src/dirscanner.h
@@ -1,6 +1,7 @@
#pragma once
#include "ofMain.h"
+#include "ofxOMXPlayer.h"
class timeSlot {
public:
@@ -26,7 +27,11 @@ class playItem {
}
string filename;
ofImage image;
- ofVideoPlayer video;
+ //ofVideoPlayer video;
+
+ ofxOMXPlayer video;
+ ofxOMXPlayerSettings videosettings;
+
int loaded; //0- none, 1- image, 2- mov
bool load(string filename);
void play();