diff options
author | chriszero <zerov83@gmail.com> | 2014-12-24 11:00:33 +0100 |
---|---|---|
committer | chriszero <zerov83@gmail.com> | 2014-12-24 11:00:33 +0100 |
commit | 80d2476f00dfe67f28aa2c10e143c2aefcba3c32 (patch) | |
tree | 30853f4b9013277bcc95d5b51ccf440f6e1fca7b /ambiservice.h | |
parent | 06464fbaa856da447cb794d80e07f5abb96f4b1f (diff) | |
download | vdr-plugin-boblight-80d2476f00dfe67f28aa2c10e143c2aefcba3c32.tar.gz vdr-plugin-boblight-80d2476f00dfe67f28aa2c10e143c2aefcba3c32.tar.bz2 |
Added 3D Mode.
Softhddevice patch optional, for autodetection.
Diffstat (limited to 'ambiservice.h')
-rw-r--r-- | ambiservice.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ambiservice.h b/ambiservice.h index 793b782..7c5a1bb 100644 --- a/ambiservice.h +++ b/ambiservice.h @@ -41,10 +41,20 @@ class cAmbiService vmDetached, vmCount }; + + enum Osd3dMode + { + osdAuto, + osdOff, + osdHSBS, + osdHOU, + osdCount + }; // static static const char* viewModes[]; static const char* cineBars[]; + static const char* osd3dModes[]; }; #endif // __AMBI_SERVICE_H |