class CCameraViewFinder::TViewFinderFadingEffect |
Viewfinder fading effects characterizing a particular viewfinder fading.
Public Member Functions | |
---|---|
TViewFinderFadingEffect() | |
IMPORT_C TUint | Size() |
IMPORT_C TUint | Version() |
Private Attributes | |
---|---|
TInt | iReserved1 |
TInt | iReserved2 |
TInt | iReserved3 |
TUint | iSize |
TUint | iVersion |
TUint | iCrossFadingFrames |
The number of previous frames to be saved for cross fading. This is KECamCrossFadingFramesNotUsed if iViewFinderFadingType is not EVFFadingTypeCross.
TTimeIntervalMicroSeconds32 | iFadingTime |
The fading time. This may be used both for auto and manual fading as per implementation.
TRgb | iStaticFadingColor |
The color used to fade from/to in case of static color fading. This is ignored if iViewFinderFadingType is not EVFFadingTypeStaticColorFading.
TInt | iStaticFadingFrameBitmapHandle |
The handle of CFbsBitmap used to obtain the frame used to fade from/to in case of static frame fading. This is KECamStaticFrameFadingTypeNotUsed if iViewFinderFadingType is not EVFFadingTypeStaticFrameFading. This is KECamSpecialStaticFrameFormatHandle if CFBsBitmap handle is not to be used.
TViewFinderFadingControl | iViewFinderFadingControl |
The control for the viewfinder fading, that is, on/off/auto.
TViewFinderFadingDirection | iViewFinderFadingDirection |
The direction of viewfinder fading.
TViewFinderFadingType | iViewFinderFadingType |
The type of viewfinder fading to be used.