class MCameraAdvancedSettings2 |
Mixin class for implementation by providers of some enhanced functionalities of the Advanced Settings Camera Extension API.
Public Member Functions | |
---|---|
void | GetCurrentFocusModeStepsL ( RArray < TInt > &, TValueInfo &) |
TInt | IsFlashReady ( TBool &) |
void | Release () |
void | GetCurrentFocusModeStepsL | ( | RArray < TInt > & | aFocusModeSteps, |
TValueInfo & | aInfo | |||
) | const [pure virtual] |
Get the number of focus steps for current focus mode.
When camera device doesn't support this, empty array should be returned and TValueInfo should be ENotActive, and the corresponding getter/setters for this feature should not be used.
RArray < TInt > & aFocusModeSteps | A reference to an empty array of TInt which would be populated by the implementation with the specific supported values. |
TValueInfo & aInfo | a reference to TValueInfo, which establishes the type of the returned data. |
TInt | IsFlashReady | ( | TBool & | aReady | ) | const [pure virtual] |
Checks whether the flash is ready.
TBool & aReady | A reference to a boolean set by the implementation to ETrue if the flash is ready, EFalse otherwise. |
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.