add possibility to query current progressive / framerate state
[enigma2.git] / lib / service / iservice.h
index 7448a5e03c95699775aee10f4b107456e334c3b6..929aaa933de19e8844cc408ab09f9953b07b757c 100644 (file)
@@ -261,6 +261,8 @@ public:
        enum {
                sIsCrypted,             /* is encrypted (no indication if decrypt was possible) */
                sAspect,                /* aspect ratio: 0=4:3, 1=16:9, 2=whatever we need */
+               sFrameRate,                     /* frame rate */
+               sProgressive,           /* 0 = interlaced, 1 = progressive */
                sIsMultichannel,        /* multichannel *available* (probably not selected) */
 
                        /* "user serviceable info" - they are not reliable. Don't use them for anything except the service menu!