diff options
| author | Tim Redfern <tim@eclectronics.org> | 2018-04-16 01:24:01 +0000 |
|---|---|---|
| committer | Tim Redfern <tim@eclectronics.org> | 2018-04-16 01:24:01 +0000 |
| commit | 0fc7051c2b4a4d77377742f50185f9a71ef4637b (patch) | |
| tree | d2af26ce44271896acaa6594e3a252b45a5c5f9d /menuApp/src/dirscanner.h | |
| parent | 7c080ed914ad1291bc07cd8b6ce58e5093b14203 (diff) | |
OMX for hangdai
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(); |
