class TTvSettings |
Config analogue TV-Out settings
Public Member Functions | |
---|---|
TTvSettings() |
Public Member Enumerations | |
---|---|
enum | TAspectRatio { EUndefRatio = 0x0, E4d3 = 0x1, E16d9 = 0x2 } |
enum | TDetectionType { EUndefAutoDetect = 0x0, EAutoDetectOn = 0x1, EAutoDetectOff = 0x2 } |
enum | TFlickerFilterType { EUndefFlicker = 0x0, EFilterEnabled = 0x1, EFilterDisabled = 0x2 } |
enum | TOutput { EUndefOutput = 0x0, ECompositeVideo = 0x1, ESVideo = 0x2, EYPbPr, EHDTVYPbPr, EHDMI, EDVI } |
enum | TScanMode { EUndefScan = 0x0, EProgressiveScan = 0x1, EInterlacedScan = 0x2 } |
enum | TSystem { EUndefSystem = 0x0, ENTSC = 0x1, ENTSCJ = 0x2, EPAL = 0x3, EPALM = 0x4, EPALNc = 0x5, ESECAM = 0x6, EHDTV720x50 = 0x7, EHDTV720x60 = 0x8, EHDTV1080x50 = 0x9, EHDTV1080x60 = 0xA } |
EUndefOutput = 0x0 | |
ECompositeVideo = 0x1 | |
ESVideo = 0x2 | |
EYPbPr | |
EHDTVYPbPr | |
EHDMI | |
EDVI |
EUndefSystem = 0x0 | |
ENTSC = 0x1 | |
ENTSCJ = 0x2 | |
EPAL = 0x3 | |
EPALM = 0x4 | |
EPALNc = 0x5 | |
ESECAM = 0x6 | |
EHDTV720x50 = 0x7 | |
EHDTV720x60 = 0x8 | |
EHDTV1080x50 = 0x9 | |
EHDTV1080x60 = 0xA |
TPoint | iLeftTopCorner |
Overscan in pixels. Set Left Top corner point. Zero when Tv supports underscan (0=underscan enabled) This should be "point" to active image area. Cannot point out of active image area. Cannot across with iRightBottomCorner. And this allows overscan and position tuning.
TPoint | iRightBottomCorner |
Overscan in pixels. Set Right Bottom corner point (offset from Tv's left top corner). iLeftTopCorner Driver returns KErrExtensionNotSupported if driver does not support this settings. If driver supports centralizing only, then this has to be same as iLeftTopCorner.
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.