Camera.StopSmoothZoom Method

Definition

Caution

deprecated

Stops the smooth zoom.

[Android.Runtime.Register("stopSmoothZoom", "()V", "")]
[System.Obsolete("deprecated")]
public void StopSmoothZoom ();
[<Android.Runtime.Register("stopSmoothZoom", "()V", "")>]
[<System.Obsolete("deprecated")>]
member this.StopSmoothZoom : unit -> unit
Attributes

Exceptions

if the method fails.

Remarks

Stops the smooth zoom. Applications should wait for the OnZoomChangeListener to know when the zoom is actually stopped. This method is supported if android.hardware.Camera.Parameters#isSmoothZoomSupported is true.

Java documentation for android.hardware.Camera.stopSmoothZoom().

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.

Applies to