class CCamera::CCameraPreImageCaptureControl::TPrepareImageParameters |
Provides the parameters necessary to perform set-up and allocation of memory for the images to be captured.
Public Member Functions | |
---|---|
TPrepareImageParameters () | |
IMPORT_C void | GetImageProcessingOptions ( TUint &) |
IMPORT_C void | SetImageProcessingOptions ( TUint ) |
IMPORT_C TUint | Size () |
IMPORT_C TUint | Version () |
Private Attributes | |
---|---|
TUint | iImageProcessingOptions |
TInt | iReserved1 |
TInt | iReserved2 |
TUint | iSize |
TUint | iVersion |
IMPORT_C | TPrepareImageParameters | ( | ) |
Constructor for the TPrepareImageParameters class. Sets the size and version of this class.
IMPORT_C void | GetImageProcessingOptions | ( | TUint & | aImageProcessingOptions | ) | const |
Gets the current image processing options to be used during image capture.
TUint & aImageProcessingOptions | Bitfield of current image processing options to be used during image capture. |
IMPORT_C void | SetImageProcessingOptions | ( | TUint | aImageProcessingOptions | ) |
Sets the image processing options to be used during image capture.
TUint aImageProcessingOptions | Bitfield of image processing options to be used during image capture. |
IMPORT_C TUint | Size | ( | ) | const |
Returns the size of the class. Used for extensibility by deriving from this base class and adding new member variables. Intended to be used for implementation of methods where this class reference is passed as function arguments. Implementation of such methods can find out the whether the actual class passed is base or the derived one. So, if a new application is made to run on an old implementation, an error may occur in such cases after the old implementation detects this by getting the size information of the T class passed. Also, if old application is made to run on a new implementation, this could be properly handled if the derived class variables handling is done in a proper 'if-else' statement.
The size will be modified when the T-class gets updated.
IMPORT_C TUint | Version | ( | ) | const |
Returns the version of the class. Used for extensibility specially when the class members are not added but the Reserved members get used at a later stage.
The version will be modified when the T-class gets updated.
TRect | iClipRect |
Identifies the rectangle to which the image is to be clipped. If no specifc clipping rectangle desired by the client, the clipping region can be given by origin as the top-left corner and size as iImageSize.
CCamera::CCameraAdvancedSettings::TDriveMode | iDriveMode |
The drive mode in which the images will be captured.
TDriveModeDependentAttributes | iDriveModeAttributes |
The attributes dependent on the type of drive mode used.
TInt | iImageMaxMemorySize |
The maximum memory size in kilo bytes when encoding to the image format. This shall be KECamNoSpecificMaxMemorySize if client has no specific preference or if this setting is not supported. In case of JPEG, the maximum memory size will take preference over JPEG quality if the maximum memory size is not sufficient to achieve the desired quality. Refer CCamera::JpegQuality() .
TUint | iImageProcessingOptions | [private] |
Bitfield of selected TEcamProcessingOptions which should be used after the images are captured from the sensor.
CCamera::CCameraAdvancedSettings::TPixelAspectRatio | iPixelAspectRatio |
Pixel aspect ratio to be used for the image.
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.