diff options
| author | tim <tim@eclectronics.org> | 2018-04-16 21:04:05 +0100 |
|---|---|---|
| committer | tim <tim@eclectronics.org> | 2018-04-16 21:04:05 +0100 |
| commit | d085782d6192d9c8498e2c5489097fff4db6815b (patch) | |
| tree | 60851506743ed50b5d69483109c6479daabf5c77 /menuApp/src/dirscanner.h | |
| parent | 7c080ed914ad1291bc07cd8b6ce58e5093b14203 (diff) | |
OMX fixes
Diffstat (limited to 'menuApp/src/dirscanner.h')
| -rw-r--r-- | menuApp/src/dirscanner.h | 7 |
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(); |
