diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2008-09-25 12:45:39 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2008-09-25 12:45:39 +0000 |
| commit | be40133df4db68185931042f43995cf27da480be (patch) | |
| tree | 96626ab25c4872f7a154200e82b5da23b2c3542e /lib/service/iservice.h | |
| parent | 2f21e0048543192bc1a145f5ac3bd62da7822adf (diff) | |
| download | enigma2-be40133df4db68185931042f43995cf27da480be.tar.gz enigma2-be40133df4db68185931042f43995cf27da480be.zip | |
add possibility to query current progressive / framerate state
Diffstat (limited to 'lib/service/iservice.h')
| -rw-r--r-- | lib/service/iservice.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/service/iservice.h b/lib/service/iservice.h index 7448a5e0..929aaa93 100644 --- a/lib/service/iservice.h +++ b/lib/service/iservice.h @@ -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! |
