Class android.hardware.Camera.Parameters

Added Methods
void  getFocusDistances( float[])  
void  getPreviewFpsRange( int[])  
List<int[]>  getSupportedPreviewFpsRange()  
void  setPreviewFpsRange( int, int )  
 

Changed Methods
int  getPreviewFrameRate() Now deprecated.
 
List<Integer>  getSupportedPreviewFrameRates() Now deprecated.
 
void  setPreviewFrameRate( int) Now deprecated.
 
 

Added Fields
int  FOCUS_DISTANCE_FAR_INDEX  
int  FOCUS_DISTANCE_NEAR_INDEX  
int  FOCUS_DISTANCE_OPTIMAL_INDEX  
String  FOCUS_MODE_CONTINUOUS_VIDEO  
int  PREVIEW_FPS_MAX_INDEX  
int  PREVIEW_FPS_MIN_INDEX  
 
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.