CaptureRequest.IsReprocess Property

Definition

Determine if this is a reprocess capture request.

public bool IsReprocess { [Android.Runtime.Register("isReprocess", "()Z", "", ApiSince=23)] get; }
[<get: Android.Runtime.Register("isReprocess", "()Z", "", ApiSince=23)>]
member this.IsReprocess : bool

Property Value

Boolean

true if this is a reprocess capture request. false if this is not a reprocess capture request.

Attributes

Remarks

Java documentation for android.hardware.camera2.CaptureRequest.isReprocess().

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