CameraExtensionSession.StopRepeating Method

Definition

Cancel any ongoing repeating capture set by #setRepeatingRequest setRepeatingRequest.

[Android.Runtime.Register("stopRepeating", "()V", "GetStopRepeatingHandler", ApiSince=31)]
public virtual void StopRepeating ();
[<Android.Runtime.Register("stopRepeating", "()V", "GetStopRepeatingHandler", ApiSince=31)>]
abstract member StopRepeating : unit -> unit
override this.StopRepeating : unit -> unit
Attributes

Remarks

Cancel any ongoing repeating capture set by #setRepeatingRequest setRepeatingRequest. Has no effect on requests submitted through #capture capture.

Any currently in-flight captures will still complete.

Java documentation for android.hardware.camera2.CameraExtensionSession.stopRepeating().

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