Camera.StopSmoothZoom 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
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.