Camera.SetParameters(Camera+Parameters) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
deprecated
Changes the settings for this Camera service.
[Android.Runtime.Register("setParameters", "(Landroid/hardware/Camera$Parameters;)V", "GetSetParameters_Landroid_hardware_Camera_Parameters_Handler")]
[System.Obsolete("deprecated")]
public virtual void SetParameters (Android.Hardware.Camera.Parameters? params);
[<Android.Runtime.Register("setParameters", "(Landroid/hardware/Camera$Parameters;)V", "GetSetParameters_Landroid_hardware_Camera_Parameters_Handler")>]
[<System.Obsolete("deprecated")>]
abstract member SetParameters : Android.Hardware.Camera.Parameters -> unit
override this.SetParameters : Android.Hardware.Camera.Parameters -> unit
Parameters
- params
- Camera.Parameters
the Parameters to use for this Camera service
- Attributes
Exceptions
if any parameter is invalid or not supported.
Remarks
Java documentation for android.hardware.Camera.setParameters(android.hardware.Parameters)
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.