summaryrefslogtreecommitdiff
path: root/menuApp/src/dirscanner.h
diff options
context:
space:
mode:
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();