Class android.hardware.Camera.Parameters

Added Methods
boolean  getAutoExposureLock()  
boolean  getAutoWhiteBalanceLock()  
List<Area>  getFocusAreas()  
int  getMaxNumDetectedFaces()  
int  getMaxNumFocusAreas()  
int  getMaxNumMeteringAreas()  
List<Area>  getMeteringAreas()  
boolean  isAutoExposureLockSupported()  
boolean  isAutoWhiteBalanceLockSupported()  
boolean  isVideoSnapshotSupported()  
void  setAutoExposureLock( boolean)  
void  setAutoWhiteBalanceLock( boolean)  
void  setFocusAreas( List<Area>)  
void  setMeteringAreas( List<Area>)  
void  setRecordingHint( boolean)  
 

Added Fields
String  FOCUS_MODE_CONTINUOUS_PICTURE  
 
No examples for this method.
Frequently called with: [Clear]
Portions of this page are reproduced from work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. The original page is available here.